Shades of Cadillac #9B4D5D
Tints of Cadillac #9B4D5D
RGB
CMYK
RGB Variations
Color information
#9B4D5D (or 0x9B4D5D) is known color: Cadillac. HEX triplet: 9B, 4D and 5D. RGB value is (155,77,93). Sum of RGB (Red+Green+Blue) = 155+77+93=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D5D is #64B2A2. Grayscale: #666666. Windows color (decimal): -6599331 or 6114715. OLE color: 6114715.
HSL color Cylindrical-coordinate representation of color #9B4D5D: hue angle of 347.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D5D is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 93 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.39 |
| HSL | 347.69º | 0.34% | 0.45% | - |
| HSV(B) | 347.69º | 0.5% | 0.61% | - |
| XYZ | 18.15 | 13.07 | 11.92 | - |
| YUV | 102.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 93 | 0 | 0.50 | 0.4 | 0.39 | 347.69 | 0.34 | 0.45 |
| Hex | 9B | 4D | 5D | 0 | 32 | 28 | 27 | 15C | 22 | 2D |
| Octal | 233 | 115 | 135 | 0 | 62 | 50 | 47 | 534 | 42 | 55 |
| Binary | 10011011 | 1001101 | 1011101 | 0 | 110010 | 101000 | 100111 | 101011100 | 100010 | 101101 |
Color Harmonies of #9B4D5D
Complementary color
Monochromatic Colors of #9B4D5D
Black with #9B4D5D
Text Example
Text Example
White with #9B4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D5D; }
p { color: rgb(155,77,93); }
H1.HeaderClassName
{
color: #9B4D5D;
}
.AnyTagClassName
{
color: #9B4D5D;
}
</style>
background-color css
<style>
a { background-color: #9B4D5D; }
a { background-color: rgb(155,77,93); }
div.DivClassName
{
background-color: #9B4D5D;
}
.BgClassName
{
background-color: #9B4D5D;
}
</style>
border-color css
<style>
span { border-color: #9B4D5D; }
span { border-color: rgb(155,77,93); }
td.TdClassName
{
border-color: #9B4D5D;
}
.TagClassName
{
border-color: #9B4D5D;
}
</style>