Shades of Cadillac #9B4E59
Tints of Cadillac #9B4E59
RGB
CMYK
RGB Variations
Color information
#9B4E59 (or 0x9B4E59) is known color: Cadillac. HEX triplet: 9B, 4E and 59. RGB value is (155,78,89). Sum of RGB (Red+Green+Blue) = 155+78+89=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E59 is #64B1A6. Grayscale: #666666. Windows color (decimal): -6599079 or 5852827. OLE color: 5852827.
HSL color Cylindrical-coordinate representation of color #9B4E59: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4E59 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 78 | 89 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.39 |
| HSL | 351.43º | 0.33% | 0.46% | - |
| HSV(B) | 351.43º | 0.5% | 0.61% | - |
| XYZ | 18.05 | 13.14 | 11.04 | - |
| YUV | 102.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 78 | 89 | 0 | 0.50 | 0.43 | 0.39 | 351.43 | 0.33 | 0.46 |
| Hex | 9B | 4E | 59 | 0 | 32 | 2B | 27 | 15F | 21 | 2E |
| Octal | 233 | 116 | 131 | 0 | 62 | 53 | 47 | 537 | 41 | 56 |
| Binary | 10011011 | 1001110 | 1011001 | 0 | 110010 | 101011 | 100111 | 101011111 | 100001 | 101110 |
Color Harmonies of #9B4E59
Complementary color
Monochromatic Colors of #9B4E59
Black with #9B4E59
Text Example
Text Example
White with #9B4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4E59; }
p { color: rgb(155,78,89); }
H1.HeaderClassName
{
color: #9B4E59;
}
.AnyTagClassName
{
color: #9B4E59;
}
</style>
background-color css
<style>
a { background-color: #9B4E59; }
a { background-color: rgb(155,78,89); }
div.DivClassName
{
background-color: #9B4E59;
}
.BgClassName
{
background-color: #9B4E59;
}
</style>
border-color css
<style>
span { border-color: #9B4E59; }
span { border-color: rgb(155,78,89); }
td.TdClassName
{
border-color: #9B4E59;
}
.TagClassName
{
border-color: #9B4E59;
}
</style>