Shades of Cadillac #91406D
Tints of Cadillac #91406D
RGB
CMYK
RGB Variations
Color information
#91406D (or 0x91406D) is known color: Cadillac. HEX triplet: 91, 40 and 6D. RGB value is (145,64,109). Sum of RGB (Red+Green+Blue) = 145+64+109=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91406D is #6EBF92. Grayscale: #5D5D5D. Windows color (decimal): -7258003 or 7159953. OLE color: 7159953.
HSL color Cylindrical-coordinate representation of color #91406D: hue angle of 326.67º 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 #91406D is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 109 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.43 |
| HSL | 326.67º | 0.39% | 0.41% | - |
| HSV(B) | 326.67º | 0.56% | 0.57% | - |
| XYZ | 16.27 | 10.79 | 15.69 | - |
| YUV | 93.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 109 | 0 | 0.56 | 0.25 | 0.43 | 326.67 | 0.39 | 0.41 |
| Hex | 91 | 40 | 6D | 0 | 38 | 19 | 2B | 147 | 27 | 29 |
| Octal | 221 | 100 | 155 | 0 | 70 | 31 | 53 | 507 | 47 | 51 |
| Binary | 10010001 | 1000000 | 1101101 | 0 | 111000 | 11001 | 101011 | 101000111 | 100111 | 101001 |
Color Harmonies of #91406D
Complementary color
Monochromatic Colors of #91406D
Black with #91406D
Text Example
Text Example
White with #91406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91406D; }
p { color: rgb(145,64,109); }
H1.HeaderClassName
{
color: #91406D;
}
.AnyTagClassName
{
color: #91406D;
}
</style>
background-color css
<style>
a { background-color: #91406D; }
a { background-color: rgb(145,64,109); }
div.DivClassName
{
background-color: #91406D;
}
.BgClassName
{
background-color: #91406D;
}
</style>
border-color css
<style>
span { border-color: #91406D; }
span { border-color: rgb(145,64,109); }
td.TdClassName
{
border-color: #91406D;
}
.TagClassName
{
border-color: #91406D;
}
</style>