#7C1D2C
A dark, moderate red closely aligning with Brown.
About #7C1D2C
At its core, #7C1D2C is a dark and moderate hue. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(124, 29, 44).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 77% Magenta, 65% Yellow, and 51% Black. The HSL representation is 350.5° hue, 62.1% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C1D2C
RGB124, 29, 44
HSL350.5°, 62.1%, 30.0%
CMYK0%, 77%, 65%, 51%
HSV350.5°, 76.6%, 48.6%
LAB27.7, 41.3, 15.4
XYZ9.2, 5.3, 2.9
Decimal8133932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.15:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.70:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1D2C;
}
.text-color {
color: #7C1D2C;
}
.border-color {
border: 2px solid #7C1D2C;
}