Shades of Cadillac #91426A
Tints of Cadillac #91426A
RGB
CMYK
RGB Variations
Color information
#91426A (or 0x91426A) is known color: Cadillac. HEX triplet: 91, 42 and 6A. RGB value is (145,66,106). Sum of RGB (Red+Green+Blue) = 145+66+106=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #91426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91426A is #6EBD95. Grayscale: #5E5E5E. Windows color (decimal): -7257494 or 6963857. OLE color: 6963857.
HSL color Cylindrical-coordinate representation of color #91426A: hue angle of 329.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91426A is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 106 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.43 |
| HSL | 329.62º | 0.37% | 0.41% | - |
| HSV(B) | 329.62º | 0.54% | 0.57% | - |
| XYZ | 16.23 | 10.96 | 14.9 | - |
| YUV | 94.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 106 | 0 | 0.54 | 0.27 | 0.43 | 329.62 | 0.37 | 0.41 |
| Hex | 91 | 42 | 6A | 0 | 36 | 1B | 2B | 14A | 25 | 29 |
| Octal | 221 | 102 | 152 | 0 | 66 | 33 | 53 | 512 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1101010 | 0 | 110110 | 11011 | 101011 | 101001010 | 100101 | 101001 |
Color Harmonies of #91426A
Complementary color
Monochromatic Colors of #91426A
Black with #91426A
Text Example
Text Example
White with #91426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91426A; }
p { color: rgb(145,66,106); }
H1.HeaderClassName
{
color: #91426A;
}
.AnyTagClassName
{
color: #91426A;
}
</style>
background-color css
<style>
a { background-color: #91426A; }
a { background-color: rgb(145,66,106); }
div.DivClassName
{
background-color: #91426A;
}
.BgClassName
{
background-color: #91426A;
}
</style>
border-color css
<style>
span { border-color: #91426A; }
span { border-color: rgb(145,66,106); }
td.TdClassName
{
border-color: #91426A;
}
.TagClassName
{
border-color: #91426A;
}
</style>