#83332C
A dark, moderate red closely aligning with Sienna.
About #83332C
At its core, #83332C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Sienna. This translates to an RGB value of rgb(131, 51, 44).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 61% magenta inks. With a hue angle of 4.8 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83332C
RGB131, 51, 44
HSL4.8°, 49.7%, 34.3%
CMYK0%, 61%, 66%, 49%
HSV4.8°, 66.4%, 51.4%
LAB32.6, 34.0, 22.0
XYZ11.0, 7.4, 3.2
Decimal8598316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.48:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.11:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83332C;
}
.text-color {
color: #83332C;
}
.border-color {
border: 2px solid #83332C;
}