What is the HEX code for light maroon?
The CSS color light maroon in HEX format is #a24857. Use this value directly in CSS, SVG, and most design tools.
How do I use light maroon in CSS?
To apply light maroon in CSS:
- Text color: color: #a24857;
- Background: background-color: #a24857;
- Border: border-color: #a24857;
What are all the color format values for light maroon?
| Format | Value |
|---|---|
| HEX | #a24857 |
| RGB | rgb(162, 72, 87) |
| HSL | hsl(350, 38.5%, 45.9%) |
| CMYK | cmyk(0%, 55.6%, 46.3%, 36.5%) |
How do I convert light maroon to HEX?
Select light maroon from the color name list in our color converter. The HEX value — #a24857 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light maroon belong to?
light maroon belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 350°, saturation 38.5%, lightness 45.9%.
How do I create lighter and darker shades of light maroon?
Lighter variant (lightness 60.9%): #c27582. Darker variant (lightness 30.9%): #6d303b. 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.