#995050
A medium, moderate red closely aligning with Indianred.
About #995050
When working with digital screens, the color #995050 is rendered by mixing light. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(153, 80, 80).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 48% magenta, 48% yellow, and 40% black. The HSL representation is 0.0° hue, 31.3% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. 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#995050
RGB153, 80, 80
HSL0.0°, 31.3%, 45.7%
CMYK0%, 48%, 48%, 40%
HSV0.0°, 47.7%, 60.0%
LAB42.9, 30.3, 13.8
XYZ17.5, 13.1, 9.2
Decimal10047568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.80:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.55:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995050;
}
.text-color {
color: #995050;
}
.border-color {
border: 2px solid #995050;
}