Shades of Cadillac #9D4D5B
Tints of Cadillac #9D4D5B
RGB
CMYK
RGB Variations
Color information
#9D4D5B (or 0x9D4D5B) is known color: Cadillac. HEX triplet: 9D, 4D and 5B. RGB value is (157,77,91). Sum of RGB (Red+Green+Blue) = 157+77+91=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D5B is #62B2A4. Grayscale: #666666. Windows color (decimal): -6468261 or 5983645. OLE color: 5983645.
HSL color Cylindrical-coordinate representation of color #9D4D5B: hue angle of 349.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D5B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 91 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.38 |
| HSL | 349.5º | 0.34% | 0.46% | - |
| HSV(B) | 349.5º | 0.51% | 0.62% | - |
| XYZ | 18.45 | 13.23 | 11.48 | - |
| YUV | 102.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 91 | 0 | 0.51 | 0.42 | 0.38 | 349.5 | 0.34 | 0.46 |
| Hex | 9D | 4D | 5B | 0 | 33 | 2A | 26 | 15E | 22 | 2E |
| Octal | 235 | 115 | 133 | 0 | 63 | 52 | 46 | 536 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1011011 | 0 | 110011 | 101010 | 100110 | 101011110 | 100010 | 101110 |
Color Harmonies of #9D4D5B
Complementary color
Monochromatic Colors of #9D4D5B
Black with #9D4D5B
Text Example
Text Example
White with #9D4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D5B; }
p { color: rgb(157,77,91); }
H1.HeaderClassName
{
color: #9D4D5B;
}
.AnyTagClassName
{
color: #9D4D5B;
}
</style>
background-color css
<style>
a { background-color: #9D4D5B; }
a { background-color: rgb(157,77,91); }
div.DivClassName
{
background-color: #9D4D5B;
}
.BgClassName
{
background-color: #9D4D5B;
}
</style>
border-color css
<style>
span { border-color: #9D4D5B; }
span { border-color: rgb(157,77,91); }
td.TdClassName
{
border-color: #9D4D5B;
}
.TagClassName
{
border-color: #9D4D5B;
}
</style>