#993342
A medium, moderate red closely aligning with Brown.
About #993342
At its core, #993342 is a medium and moderate hue. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(153, 51, 66).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 67% magenta, 57% yellow, and 40% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#993342
RGB153, 51, 66
HSL351.2°, 50.0%, 40.0%
CMYK0%, 67%, 57%, 40%
HSV351.2°, 66.7%, 60.0%
LAB37.0, 43.6, 14.5
XYZ15.3, 9.5, 6.2
Decimal10040130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.22:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.91:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993342;
}
.text-color {
color: #993342;
}
.border-color {
border: 2px solid #993342;
}