Shades of Cadillac #9B4D5B
Tints of Cadillac #9B4D5B
RGB
CMYK
RGB Variations
Color information
#9B4D5B (or 0x9B4D5B) is known color: Cadillac. HEX triplet: 9B, 4D and 5B. RGB value is (155,77,91). Sum of RGB (Red+Green+Blue) = 155+77+91=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D5B is #64B2A4. Grayscale: #656565. Windows color (decimal): -6599333 or 5983643. OLE color: 5983643.
HSL color Cylindrical-coordinate representation of color #9B4D5B: hue angle of 349.23º 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 #9B4D5B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 91 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.39 |
| HSL | 349.23º | 0.34% | 0.45% | - |
| HSV(B) | 349.23º | 0.5% | 0.61% | - |
| XYZ | 18.06 | 13.03 | 11.46 | - |
| YUV | 101.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 91 | 0 | 0.50 | 0.41 | 0.39 | 349.23 | 0.34 | 0.45 |
| Hex | 9B | 4D | 5B | 0 | 32 | 29 | 27 | 15D | 22 | 2D |
| Octal | 233 | 115 | 133 | 0 | 62 | 51 | 47 | 535 | 42 | 55 |
| Binary | 10011011 | 1001101 | 1011011 | 0 | 110010 | 101001 | 100111 | 101011101 | 100010 | 101101 |
Color Harmonies of #9B4D5B
Complementary color
Monochromatic Colors of #9B4D5B
Black with #9B4D5B
Text Example
Text Example
White with #9B4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D5B; }
p { color: rgb(155,77,91); }
H1.HeaderClassName
{
color: #9B4D5B;
}
.AnyTagClassName
{
color: #9B4D5B;
}
</style>
background-color css
<style>
a { background-color: #9B4D5B; }
a { background-color: rgb(155,77,91); }
div.DivClassName
{
background-color: #9B4D5B;
}
.BgClassName
{
background-color: #9B4D5B;
}
</style>
border-color css
<style>
span { border-color: #9B4D5B; }
span { border-color: rgb(155,77,91); }
td.TdClassName
{
border-color: #9B4D5B;
}
.TagClassName
{
border-color: #9B4D5B;
}
</style>