Shades of Cadillac #904459
Tints of Cadillac #904459
RGB
CMYK
RGB Variations
Color information
#904459 (or 0x904459) is known color: Cadillac. HEX triplet: 90, 44 and 59. RGB value is (144,68,89). Sum of RGB (Red+Green+Blue) = 144+68+89=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #904459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904459 is #6FBBA6. Grayscale: #5D5D5D. Windows color (decimal): -7322535 or 5850256. OLE color: 5850256.
HSL color Cylindrical-coordinate representation of color #904459: hue angle of 343.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904459 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 89 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.44 |
| HSL | 343.42º | 0.36% | 0.42% | - |
| HSV(B) | 343.42º | 0.53% | 0.56% | - |
| XYZ | 15.37 | 10.78 | 10.72 | - |
| YUV | 93.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 89 | 0 | 0.53 | 0.38 | 0.44 | 343.42 | 0.36 | 0.42 |
| Hex | 90 | 44 | 59 | 0 | 35 | 26 | 2C | 157 | 24 | 2A |
| Octal | 220 | 104 | 131 | 0 | 65 | 46 | 54 | 527 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1011001 | 0 | 110101 | 100110 | 101100 | 101010111 | 100100 | 101010 |
Color Harmonies of #904459
Complementary color
Monochromatic Colors of #904459
Black with #904459
Text Example
Text Example
White with #904459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904459; }
p { color: rgb(144,68,89); }
H1.HeaderClassName
{
color: #904459;
}
.AnyTagClassName
{
color: #904459;
}
</style>
background-color css
<style>
a { background-color: #904459; }
a { background-color: rgb(144,68,89); }
div.DivClassName
{
background-color: #904459;
}
.BgClassName
{
background-color: #904459;
}
</style>
border-color css
<style>
span { border-color: #904459; }
span { border-color: rgb(144,68,89); }
td.TdClassName
{
border-color: #904459;
}
.TagClassName
{
border-color: #904459;
}
</style>