Shades of Cadillac #91416E
Tints of Cadillac #91416E
RGB
CMYK
RGB Variations
Color information
#91416E (or 0x91416E) is known color: Cadillac. HEX triplet: 91, 41 and 6E. RGB value is (145,65,110). Sum of RGB (Red+Green+Blue) = 145+65+110=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91416E is #6EBE91. Grayscale: #5D5D5D. Windows color (decimal): -7257746 or 7225745. OLE color: 7225745.
HSL color Cylindrical-coordinate representation of color #91416E: hue angle of 326.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #91416E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 110 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.43 |
| HSL | 326.25º | 0.38% | 0.41% | - |
| HSV(B) | 326.25º | 0.55% | 0.57% | - |
| XYZ | 16.38 | 10.93 | 16 | - |
| YUV | 94.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 110 | 0 | 0.55 | 0.24 | 0.43 | 326.25 | 0.38 | 0.41 |
| Hex | 91 | 41 | 6E | 0 | 37 | 18 | 2B | 146 | 26 | 29 |
| Octal | 221 | 101 | 156 | 0 | 67 | 30 | 53 | 506 | 46 | 51 |
| Binary | 10010001 | 1000001 | 1101110 | 0 | 110111 | 11000 | 101011 | 101000110 | 100110 | 101001 |
Color Harmonies of #91416E
Complementary color
Monochromatic Colors of #91416E
Black with #91416E
Text Example
Text Example
White with #91416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91416E; }
p { color: rgb(145,65,110); }
H1.HeaderClassName
{
color: #91416E;
}
.AnyTagClassName
{
color: #91416E;
}
</style>
background-color css
<style>
a { background-color: #91416E; }
a { background-color: rgb(145,65,110); }
div.DivClassName
{
background-color: #91416E;
}
.BgClassName
{
background-color: #91416E;
}
</style>
border-color css
<style>
span { border-color: #91416E; }
span { border-color: rgb(145,65,110); }
td.TdClassName
{
border-color: #91416E;
}
.TagClassName
{
border-color: #91416E;
}
</style>