#50332C
A dark, muted red closely aligning with Dimgray.
About #50332C
When working with digital screens, the color #50332C is rendered by mixing light. Its closest recognized web color is Dimgray. This translates to an RGB value of rgb(80, 51, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 36% Magenta, 45% Yellow, and 69% Black. The HSL representation is 11.7° hue, 29.0% saturation, and 24.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50332C
RGB80, 51, 44
HSL11.7°, 29.0%, 24.3%
CMYK0%, 36%, 45%, 69%
HSV11.7°, 45.0%, 31.4%
LAB24.5, 12.1, 9.8
XYZ4.9, 4.3, 2.9
Decimal5255980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.35:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.84:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50332C;
}
.text-color {
color: #50332C;
}
.border-color {
border: 2px solid #50332C;
}