What is the HSL code for burgundy?
The CSS color burgundy in HSL format is hsl(338.4, 100%, 19%). Use this value directly in CSS, SVG, and most design tools.
How do I use burgundy in CSS?
To apply burgundy in CSS:
- Text color: color: hsl(338.4, 100%, 19%);
- Background: background-color: hsl(338.4, 100%, 19%);
- Border: border-color: hsl(338.4, 100%, 19%);
What are all the color format values for burgundy?
| Format | Value |
|---|---|
| HEX | #610023 |
| RGB | rgb(97, 0, 35) |
| HSL | hsl(338.4, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 63.9%, 62%) |
How do I convert burgundy to HSL?
Select burgundy from the color name list in our color converter. The HSL value — hsl(338.4, 100%, 19%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does burgundy belong to?
burgundy belongs to the pink color family. It is a dark, vivid color with HSL values: hue 338.4°, saturation 100%, lightness 19%.
How do I create lighter and darker shades of burgundy?
Lighter variant (lightness 34%): #ad003e. Darker variant (lightness 5%): #190009. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.