Shades of Cadillac #91386C
Tints of Cadillac #91386C
RGB
CMYK
RGB Variations
Color information
#91386C (or 0x91386C) is known color: Cadillac. HEX triplet: 91, 38 and 6C. RGB value is (145,56,108). Sum of RGB (Red+Green+Blue) = 145+56+108=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91386C is #6EC793. Grayscale: #585858. Windows color (decimal): -7260052 or 7092369. OLE color: 7092369.
HSL color Cylindrical-coordinate representation of color #91386C: hue angle of 324.94º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91386C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 108 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.43 |
| HSL | 324.94º | 0.44% | 0.39% | - |
| HSV(B) | 324.94º | 0.61% | 0.57% | - |
| XYZ | 15.8 | 9.93 | 15.27 | - |
| YUV | 88.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 108 | 0 | 0.61 | 0.26 | 0.43 | 324.94 | 0.44 | 0.39 |
| Hex | 91 | 38 | 6C | 0 | 3D | 1A | 2B | 145 | 2C | 27 |
| Octal | 221 | 70 | 154 | 0 | 75 | 32 | 53 | 505 | 54 | 47 |
| Binary | 10010001 | 111000 | 1101100 | 0 | 111101 | 11010 | 101011 | 101000101 | 101100 | 100111 |
Color Harmonies of #91386C
Complementary color
Monochromatic Colors of #91386C
Black with #91386C
Text Example
Text Example
White with #91386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91386C; }
p { color: rgb(145,56,108); }
H1.HeaderClassName
{
color: #91386C;
}
.AnyTagClassName
{
color: #91386C;
}
</style>
background-color css
<style>
a { background-color: #91386C; }
a { background-color: rgb(145,56,108); }
div.DivClassName
{
background-color: #91386C;
}
.BgClassName
{
background-color: #91386C;
}
</style>
border-color css
<style>
span { border-color: #91386C; }
span { border-color: rgb(145,56,108); }
td.TdClassName
{
border-color: #91386C;
}
.TagClassName
{
border-color: #91386C;
}
</style>