Shades of Cadillac #91416C
Tints of Cadillac #91416C
RGB
CMYK
RGB Variations
Color information
#91416C (or 0x91416C) is known color: Cadillac. HEX triplet: 91, 41 and 6C. RGB value is (145,65,108). Sum of RGB (Red+Green+Blue) = 145+65+108=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91416C is #6EBE93. Grayscale: #5D5D5D. Windows color (decimal): -7257748 or 7094673. OLE color: 7094673.
HSL color Cylindrical-coordinate representation of color #91416C: hue angle of 327.75º 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 #91416C is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 108 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.43 |
| HSL | 327.75º | 0.38% | 0.41% | - |
| HSV(B) | 327.75º | 0.55% | 0.57% | - |
| XYZ | 16.27 | 10.88 | 15.43 | - |
| YUV | 93.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 108 | 0 | 0.55 | 0.26 | 0.43 | 327.75 | 0.38 | 0.41 |
| Hex | 91 | 41 | 6C | 0 | 37 | 1A | 2B | 148 | 26 | 29 |
| Octal | 221 | 101 | 154 | 0 | 67 | 32 | 53 | 510 | 46 | 51 |
| Binary | 10010001 | 1000001 | 1101100 | 0 | 110111 | 11010 | 101011 | 101001000 | 100110 | 101001 |
Color Harmonies of #91416C
Complementary color
Monochromatic Colors of #91416C
Black with #91416C
Text Example
Text Example
White with #91416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91416C; }
p { color: rgb(145,65,108); }
H1.HeaderClassName
{
color: #91416C;
}
.AnyTagClassName
{
color: #91416C;
}
</style>
background-color css
<style>
a { background-color: #91416C; }
a { background-color: rgb(145,65,108); }
div.DivClassName
{
background-color: #91416C;
}
.BgClassName
{
background-color: #91416C;
}
</style>
border-color css
<style>
span { border-color: #91416C; }
span { border-color: rgb(145,65,108); }
td.TdClassName
{
border-color: #91416C;
}
.TagClassName
{
border-color: #91416C;
}
</style>