Shades of Cadillac #9B4D59
Tints of Cadillac #9B4D59
RGB
CMYK
RGB Variations
Color information
#9B4D59 (or 0x9B4D59) is known color: Cadillac. HEX triplet: 9B, 4D and 59. RGB value is (155,77,89). Sum of RGB (Red+Green+Blue) = 155+77+89=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D59 is #64B2A6. Grayscale: #656565. Windows color (decimal): -6599335 or 5852571. OLE color: 5852571.
HSL color Cylindrical-coordinate representation of color #9B4D59: hue angle of 350.77º 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 #9B4D59 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 89 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.39 |
| HSL | 350.77º | 0.34% | 0.45% | - |
| HSV(B) | 350.77º | 0.5% | 0.61% | - |
| XYZ | 17.97 | 13 | 11.01 | - |
| YUV | 101.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 89 | 0 | 0.50 | 0.43 | 0.39 | 350.77 | 0.34 | 0.45 |
| Hex | 9B | 4D | 59 | 0 | 32 | 2B | 27 | 15F | 22 | 2D |
| Octal | 233 | 115 | 131 | 0 | 62 | 53 | 47 | 537 | 42 | 55 |
| Binary | 10011011 | 1001101 | 1011001 | 0 | 110010 | 101011 | 100111 | 101011111 | 100010 | 101101 |
Color Harmonies of #9B4D59
Complementary color
Monochromatic Colors of #9B4D59
Black with #9B4D59
Text Example
Text Example
White with #9B4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D59; }
p { color: rgb(155,77,89); }
H1.HeaderClassName
{
color: #9B4D59;
}
.AnyTagClassName
{
color: #9B4D59;
}
</style>
background-color css
<style>
a { background-color: #9B4D59; }
a { background-color: rgb(155,77,89); }
div.DivClassName
{
background-color: #9B4D59;
}
.BgClassName
{
background-color: #9B4D59;
}
</style>
border-color css
<style>
span { border-color: #9B4D59; }
span { border-color: rgb(155,77,89); }
td.TdClassName
{
border-color: #9B4D59;
}
.TagClassName
{
border-color: #9B4D59;
}
</style>