#832C24
A dark, moderate red closely aligning with Brown.
About #832C24
At its core, #832C24 is a dark and moderate hue. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(131, 44, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 66% Magenta, 73% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#832C24
RGB131, 44, 36
HSL5.1°, 56.9%, 32.7%
CMYK0%, 66%, 73%, 49%
HSV5.1°, 72.5%, 51.4%
LAB31.2, 36.9, 25.3
XYZ10.6, 6.8, 2.4
Decimal8596516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.93:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.54:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #832C24;
}
.text-color {
color: #832C24;
}
.border-color {
border: 2px solid #832C24;
}