What is the HEX code for light burgundy?
The CSS color light burgundy in HEX format is #a8415b. 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: #a8415b;
- Background: background-color: #a8415b;
- Border: border-color: #a8415b;
What are all the color format values for light burgundy?
| 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%) |
How do I convert light burgundy to HEX?
Select light burgundy from the color name list in our color converter. The HEX value — #a8415b — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.