Shades of Cadillac #91485A
Tints of Cadillac #91485A
RGB
CMYK
RGB Variations
Color information
#91485A (or 0x91485A) is known color: Cadillac. HEX triplet: 91, 48 and 5A. RGB value is (145,72,90). Sum of RGB (Red+Green+Blue) = 145+72+90=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91485A is #6EB7A5. Grayscale: #5F5F5F. Windows color (decimal): -7255974 or 5916817. OLE color: 5916817.
HSL color Cylindrical-coordinate representation of color #91485A: hue angle of 345.21º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91485A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 90 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.43 |
| HSL | 345.21º | 0.34% | 0.43% | - |
| HSV(B) | 345.21º | 0.5% | 0.57% | - |
| XYZ | 15.84 | 11.39 | 11.04 | - |
| YUV | 95.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 90 | 0 | 0.50 | 0.38 | 0.43 | 345.21 | 0.34 | 0.43 |
| Hex | 91 | 48 | 5A | 0 | 32 | 26 | 2B | 159 | 22 | 2B |
| Octal | 221 | 110 | 132 | 0 | 62 | 46 | 53 | 531 | 42 | 53 |
| Binary | 10010001 | 1001000 | 1011010 | 0 | 110010 | 100110 | 101011 | 101011001 | 100010 | 101011 |
Color Harmonies of #91485A
Complementary color
Monochromatic Colors of #91485A
Black with #91485A
Text Example
Text Example
White with #91485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91485A; }
p { color: rgb(145,72,90); }
H1.HeaderClassName
{
color: #91485A;
}
.AnyTagClassName
{
color: #91485A;
}
</style>
background-color css
<style>
a { background-color: #91485A; }
a { background-color: rgb(145,72,90); }
div.DivClassName
{
background-color: #91485A;
}
.BgClassName
{
background-color: #91485A;
}
</style>
border-color css
<style>
span { border-color: #91485A; }
span { border-color: rgb(145,72,90); }
td.TdClassName
{
border-color: #91485A;
}
.TagClassName
{
border-color: #91485A;
}
</style>