Shades of Cadillac #91425B
Tints of Cadillac #91425B
RGB
CMYK
RGB Variations
Color information
#91425B (or 0x91425B) is known color: Cadillac. HEX triplet: 91, 42 and 5B. RGB value is (145,66,91). Sum of RGB (Red+Green+Blue) = 145+66+91=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91425B is #6EBDA4. Grayscale: #5C5C5C. Windows color (decimal): -7257509 or 5980817. OLE color: 5980817.
HSL color Cylindrical-coordinate representation of color #91425B: hue angle of 341.01º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91425B is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 91 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.43 |
| HSL | 341.01º | 0.37% | 0.41% | - |
| HSV(B) | 341.01º | 0.54% | 0.57% | - |
| XYZ | 15.51 | 10.67 | 11.14 | - |
| YUV | 92.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 91 | 0 | 0.54 | 0.37 | 0.43 | 341.01 | 0.37 | 0.41 |
| Hex | 91 | 42 | 5B | 0 | 36 | 25 | 2B | 155 | 25 | 29 |
| Octal | 221 | 102 | 133 | 0 | 66 | 45 | 53 | 525 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1011011 | 0 | 110110 | 100101 | 101011 | 101010101 | 100101 | 101001 |
Color Harmonies of #91425B
Complementary color
Monochromatic Colors of #91425B
Black with #91425B
Text Example
Text Example
White with #91425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91425B; }
p { color: rgb(145,66,91); }
H1.HeaderClassName
{
color: #91425B;
}
.AnyTagClassName
{
color: #91425B;
}
</style>
background-color css
<style>
a { background-color: #91425B; }
a { background-color: rgb(145,66,91); }
div.DivClassName
{
background-color: #91425B;
}
.BgClassName
{
background-color: #91425B;
}
</style>
border-color css
<style>
span { border-color: #91425B; }
span { border-color: rgb(145,66,91); }
td.TdClassName
{
border-color: #91425B;
}
.TagClassName
{
border-color: #91425B;
}
</style>