Shades of Cadillac #9B4973
Tints of Cadillac #9B4973
RGB
CMYK
RGB Variations
Color information
#9B4973 (or 0x9B4973) is known color: Cadillac. HEX triplet: 9B, 49 and 73. RGB value is (155,73,115). Sum of RGB (Red+Green+Blue) = 155+73+115=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4973 is #64B68C. Grayscale: #666666. Windows color (decimal): -6600333 or 7555483. OLE color: 7555483.
HSL color Cylindrical-coordinate representation of color #9B4973: hue angle of 329.27º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4973 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 115 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.39 |
| HSL | 329.27º | 0.36% | 0.45% | - |
| HSV(B) | 329.27º | 0.53% | 0.61% | - |
| XYZ | 18.99 | 12.97 | 17.72 | - |
| YUV | 102.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 115 | 0 | 0.53 | 0.26 | 0.39 | 329.27 | 0.36 | 0.45 |
| Hex | 9B | 49 | 73 | 0 | 35 | 1A | 27 | 149 | 24 | 2D |
| Octal | 233 | 111 | 163 | 0 | 65 | 32 | 47 | 511 | 44 | 55 |
| Binary | 10011011 | 1001001 | 1110011 | 0 | 110101 | 11010 | 100111 | 101001001 | 100100 | 101101 |
Color Harmonies of #9B4973
Complementary color
Monochromatic Colors of #9B4973
Black with #9B4973
Text Example
Text Example
White with #9B4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4973; }
p { color: rgb(155,73,115); }
H1.HeaderClassName
{
color: #9B4973;
}
.AnyTagClassName
{
color: #9B4973;
}
</style>
background-color css
<style>
a { background-color: #9B4973; }
a { background-color: rgb(155,73,115); }
div.DivClassName
{
background-color: #9B4973;
}
.BgClassName
{
background-color: #9B4973;
}
</style>
border-color css
<style>
span { border-color: #9B4973; }
span { border-color: rgb(155,73,115); }
td.TdClassName
{
border-color: #9B4973;
}
.TagClassName
{
border-color: #9B4973;
}
</style>