Shades of Cadillac #914459
Tints of Cadillac #914459
RGB
CMYK
RGB Variations
Color information
#914459 (or 0x914459) is known color: Cadillac. HEX triplet: 91, 44 and 59. RGB value is (145,68,89). Sum of RGB (Red+Green+Blue) = 145+68+89=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #914459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914459 is #6EBBA6. Grayscale: #5D5D5D. Windows color (decimal): -7256999 or 5850257. OLE color: 5850257.
HSL color Cylindrical-coordinate representation of color #914459: hue angle of 343.64º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914459 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 68 | 89 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.43 |
| HSL | 343.64º | 0.36% | 0.42% | - |
| HSV(B) | 343.64º | 0.53% | 0.57% | - |
| XYZ | 15.55 | 10.88 | 10.73 | - |
| YUV | 93.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 89 | 0 | 0.53 | 0.39 | 0.43 | 343.64 | 0.36 | 0.42 |
| Hex | 91 | 44 | 59 | 0 | 35 | 27 | 2B | 158 | 24 | 2A |
| Octal | 221 | 104 | 131 | 0 | 65 | 47 | 53 | 530 | 44 | 52 |
| Binary | 10010001 | 1000100 | 1011001 | 0 | 110101 | 100111 | 101011 | 101011000 | 100100 | 101010 |
Color Harmonies of #914459
Complementary color
Monochromatic Colors of #914459
Black with #914459
Text Example
Text Example
White with #914459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914459; }
p { color: rgb(145,68,89); }
H1.HeaderClassName
{
color: #914459;
}
.AnyTagClassName
{
color: #914459;
}
</style>
background-color css
<style>
a { background-color: #914459; }
a { background-color: rgb(145,68,89); }
div.DivClassName
{
background-color: #914459;
}
.BgClassName
{
background-color: #914459;
}
</style>
border-color css
<style>
span { border-color: #914459; }
span { border-color: rgb(145,68,89); }
td.TdClassName
{
border-color: #914459;
}
.TagClassName
{
border-color: #914459;
}
</style>