Shades of Cadillac #9B4D58
Tints of Cadillac #9B4D58
RGB
CMYK
RGB Variations
Color information
#9B4D58 (or 0x9B4D58) is known color: Cadillac. HEX triplet: 9B, 4D and 58. RGB value is (155,77,88). Sum of RGB (Red+Green+Blue) = 155+77+88=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D58 is #64B2A7. Grayscale: #656565. Windows color (decimal): -6599336 or 5787035. OLE color: 5787035.
HSL color Cylindrical-coordinate representation of color #9B4D58: hue angle of 351.54º 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 #9B4D58 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 88 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.39 |
| HSL | 351.54º | 0.34% | 0.45% | - |
| HSV(B) | 351.54º | 0.5% | 0.61% | - |
| XYZ | 17.93 | 12.98 | 10.79 | - |
| YUV | 101.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 88 | 0 | 0.50 | 0.43 | 0.39 | 351.54 | 0.34 | 0.45 |
| Hex | 9B | 4D | 58 | 0 | 32 | 2B | 27 | 160 | 22 | 2D |
| Octal | 233 | 115 | 130 | 0 | 62 | 53 | 47 | 540 | 42 | 55 |
| Binary | 10011011 | 1001101 | 1011000 | 0 | 110010 | 101011 | 100111 | 101100000 | 100010 | 101101 |
Color Harmonies of #9B4D58
Complementary color
Monochromatic Colors of #9B4D58
Black with #9B4D58
Text Example
Text Example
White with #9B4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D58; }
p { color: rgb(155,77,88); }
H1.HeaderClassName
{
color: #9B4D58;
}
.AnyTagClassName
{
color: #9B4D58;
}
</style>
background-color css
<style>
a { background-color: #9B4D58; }
a { background-color: rgb(155,77,88); }
div.DivClassName
{
background-color: #9B4D58;
}
.BgClassName
{
background-color: #9B4D58;
}
</style>
border-color css
<style>
span { border-color: #9B4D58; }
span { border-color: rgb(155,77,88); }
td.TdClassName
{
border-color: #9B4D58;
}
.TagClassName
{
border-color: #9B4D58;
}
</style>