Shades of Cadillac #91436A
Tints of Cadillac #91436A
RGB
CMYK
RGB Variations
Color information
#91436A (or 0x91436A) is known color: Cadillac. HEX triplet: 91, 43 and 6A. RGB value is (145,67,106). Sum of RGB (Red+Green+Blue) = 145+67+106=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91436A is #6EBC95. Grayscale: #5E5E5E. Windows color (decimal): -7257238 or 6964113. OLE color: 6964113.
HSL color Cylindrical-coordinate representation of color #91436A: hue angle of 330º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91436A is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 106 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.43 |
| HSL | 330º | 0.37% | 0.42% | - |
| HSV(B) | 330º | 0.54% | 0.57% | - |
| XYZ | 16.29 | 11.07 | 14.91 | - |
| YUV | 94.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 106 | 0 | 0.54 | 0.27 | 0.43 | 330 | 0.37 | 0.42 |
| Hex | 91 | 43 | 6A | 0 | 36 | 1B | 2B | 14A | 25 | 2A |
| Octal | 221 | 103 | 152 | 0 | 66 | 33 | 53 | 512 | 45 | 52 |
| Binary | 10010001 | 1000011 | 1101010 | 0 | 110110 | 11011 | 101011 | 101001010 | 100101 | 101010 |
Color Harmonies of #91436A
Complementary color
Monochromatic Colors of #91436A
Black with #91436A
Text Example
Text Example
White with #91436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91436A; }
p { color: rgb(145,67,106); }
H1.HeaderClassName
{
color: #91436A;
}
.AnyTagClassName
{
color: #91436A;
}
</style>
background-color css
<style>
a { background-color: #91436A; }
a { background-color: rgb(145,67,106); }
div.DivClassName
{
background-color: #91436A;
}
.BgClassName
{
background-color: #91436A;
}
</style>
border-color css
<style>
span { border-color: #91436A; }
span { border-color: rgb(145,67,106); }
td.TdClassName
{
border-color: #91436A;
}
.TagClassName
{
border-color: #91436A;
}
</style>