Shades of Cadillac #91406C
Tints of Cadillac #91406C
RGB
CMYK
RGB Variations
Color information
#91406C (or 0x91406C) is known color: Cadillac. HEX triplet: 91, 40 and 6C. RGB value is (145,64,108). Sum of RGB (Red+Green+Blue) = 145+64+108=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #91406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91406C is #6EBF93. Grayscale: #5D5D5D. Windows color (decimal): -7258004 or 7094417. OLE color: 7094417.
HSL color Cylindrical-coordinate representation of color #91406C: hue angle of 327.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #91406C is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 108 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.43 |
| HSL | 327.41º | 0.39% | 0.41% | - |
| HSV(B) | 327.41º | 0.56% | 0.57% | - |
| XYZ | 16.22 | 10.77 | 15.41 | - |
| YUV | 93.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 108 | 0 | 0.56 | 0.26 | 0.43 | 327.41 | 0.39 | 0.41 |
| Hex | 91 | 40 | 6C | 0 | 38 | 1A | 2B | 147 | 27 | 29 |
| Octal | 221 | 100 | 154 | 0 | 70 | 32 | 53 | 507 | 47 | 51 |
| Binary | 10010001 | 1000000 | 1101100 | 0 | 111000 | 11010 | 101011 | 101000111 | 100111 | 101001 |
Color Harmonies of #91406C
Complementary color
Monochromatic Colors of #91406C
Black with #91406C
Text Example
Text Example
White with #91406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91406C; }
p { color: rgb(145,64,108); }
H1.HeaderClassName
{
color: #91406C;
}
.AnyTagClassName
{
color: #91406C;
}
</style>
background-color css
<style>
a { background-color: #91406C; }
a { background-color: rgb(145,64,108); }
div.DivClassName
{
background-color: #91406C;
}
.BgClassName
{
background-color: #91406C;
}
</style>
border-color css
<style>
span { border-color: #91406C; }
span { border-color: rgb(145,64,108); }
td.TdClassName
{
border-color: #91406C;
}
.TagClassName
{
border-color: #91406C;
}
</style>