Shades of Cadillac #91475E
Tints of Cadillac #91475E
RGB
CMYK
RGB Variations
Color information
#91475E (or 0x91475E) is known color: Cadillac. HEX triplet: 91, 47 and 5E. RGB value is (145,71,94). Sum of RGB (Red+Green+Blue) = 145+71+94=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91475E is #6EB8A1. Grayscale: #5F5F5F. Windows color (decimal): -7256226 or 6178705. OLE color: 6178705.
HSL color Cylindrical-coordinate representation of color #91475E: hue angle of 341.35º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91475E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 94 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.43 |
| HSL | 341.35º | 0.34% | 0.42% | - |
| HSV(B) | 341.35º | 0.51% | 0.57% | - |
| XYZ | 15.95 | 11.33 | 11.94 | - |
| YUV | 95.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 94 | 0 | 0.51 | 0.35 | 0.43 | 341.35 | 0.34 | 0.42 |
| Hex | 91 | 47 | 5E | 0 | 33 | 23 | 2B | 155 | 22 | 2A |
| Octal | 221 | 107 | 136 | 0 | 63 | 43 | 53 | 525 | 42 | 52 |
| Binary | 10010001 | 1000111 | 1011110 | 0 | 110011 | 100011 | 101011 | 101010101 | 100010 | 101010 |
Color Harmonies of #91475E
Complementary color
Monochromatic Colors of #91475E
Black with #91475E
Text Example
Text Example
White with #91475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91475E; }
p { color: rgb(145,71,94); }
H1.HeaderClassName
{
color: #91475E;
}
.AnyTagClassName
{
color: #91475E;
}
</style>
background-color css
<style>
a { background-color: #91475E; }
a { background-color: rgb(145,71,94); }
div.DivClassName
{
background-color: #91475E;
}
.BgClassName
{
background-color: #91475E;
}
</style>
border-color css
<style>
span { border-color: #91475E; }
span { border-color: rgb(145,71,94); }
td.TdClassName
{
border-color: #91475E;
}
.TagClassName
{
border-color: #91475E;
}
</style>