#835049
A medium, muted red closely aligning with Sienna.
About #835049
At its core, #835049 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Sienna. This translates to an RGB value of rgb(131, 80, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 39% Magenta, 44% Yellow, and 49% Black. With a hue angle of 7.2 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#835049
RGB131, 80, 73
HSL7.2°, 28.4%, 40.0%
CMYK0%, 39%, 44%, 49%
HSV7.2°, 44.3%, 51.4%
LAB39.7, 20.5, 13.2
XYZ13.4, 11.0, 7.7
Decimal8605769
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.54:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.26:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #835049;
}
.text-color {
color: #835049;
}
.border-color {
border: 2px solid #835049;
}