Shades of Cadillac #9B3D5E
Tints of Cadillac #9B3D5E
RGB
CMYK
RGB Variations
Color information
#9B3D5E (or 0x9B3D5E) is known color: Cadillac. HEX triplet: 9B, 3D and 5E. RGB value is (155,61,94). Sum of RGB (Red+Green+Blue) = 155+61+94=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3D5E is #64C2A1. Grayscale: #5C5C5C. Windows color (decimal): -6603426 or 6176155. OLE color: 6176155.
HSL color Cylindrical-coordinate representation of color #9B3D5E: hue angle of 338.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3D5E is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 94 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.39 |
| HSL | 338.94º | 0.44% | 0.42% | - |
| HSV(B) | 338.94º | 0.61% | 0.61% | - |
| XYZ | 17.21 | 11.11 | 11.83 | - |
| YUV | 92.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 94 | 0 | 0.61 | 0.39 | 0.39 | 338.94 | 0.44 | 0.42 |
| Hex | 9B | 3D | 5E | 0 | 3D | 27 | 27 | 153 | 2C | 2A |
| Octal | 233 | 75 | 136 | 0 | 75 | 47 | 47 | 523 | 54 | 52 |
| Binary | 10011011 | 111101 | 1011110 | 0 | 111101 | 100111 | 100111 | 101010011 | 101100 | 101010 |
Color Harmonies of #9B3D5E
Complementary color
Monochromatic Colors of #9B3D5E
Black with #9B3D5E
Text Example
Text Example
White with #9B3D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D5E; }
p { color: rgb(155,61,94); }
H1.HeaderClassName
{
color: #9B3D5E;
}
.AnyTagClassName
{
color: #9B3D5E;
}
</style>
background-color css
<style>
a { background-color: #9B3D5E; }
a { background-color: rgb(155,61,94); }
div.DivClassName
{
background-color: #9B3D5E;
}
.BgClassName
{
background-color: #9B3D5E;
}
</style>
border-color css
<style>
span { border-color: #9B3D5E; }
span { border-color: rgb(155,61,94); }
td.TdClassName
{
border-color: #9B3D5E;
}
.TagClassName
{
border-color: #9B3D5E;
}
</style>