Light burgundy to RGB — Color Code

RGB

rgb(168, 65, 91)

Format Value
HEX #a8415b
RGB rgb(168, 65, 91)
HSL hsl(344.9, 44.2%, 45.7%)
CMYK cmyk(0%, 61.3%, 45.8%, 34.1%)

What is the RGB code for light burgundy?

The CSS color light burgundy in RGB format is rgb(168, 65, 91). Use this value directly in CSS, SVG, and most design tools.

How do I use light burgundy in CSS?

To apply light burgundy in CSS:

  • Text color: color: rgb(168, 65, 91);
  • Background: background-color: rgb(168, 65, 91);
  • Border: border-color: rgb(168, 65, 91);

What are all the color format values for light burgundy?

FormatValue
HEX#a8415b
RGBrgb(168, 65, 91)
HSLhsl(344.9, 44.2%, 45.7%)
CMYKcmyk(0%, 61.3%, 45.8%, 34.1%)

How do I convert light burgundy to RGB?

Select light burgundy from the color name list in our color converter. The RGB value — rgb(168, 65, 91) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light burgundy belong to?

light burgundy belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 344.9°, saturation 44.2%, lightness 45.7%.

How do I create lighter and darker shades of light burgundy?

Lighter variant (lightness 60.7%): #c76e85. Darker variant (lightness 30.700000000000003%): #712c3d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.