Shades of Cadillac #904054
Tints of Cadillac #904054
RGB
CMYK
RGB Variations
Color information
#904054 (or 0x904054) is known color: Cadillac. HEX triplet: 90, 40 and 54. RGB value is (144,64,84). Sum of RGB (Red+Green+Blue) = 144+64+84=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #904054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904054 is #6FBFAB. Grayscale: #5A5A5A. Windows color (decimal): -7323564 or 5521552. OLE color: 5521552.
HSL color Cylindrical-coordinate representation of color #904054: hue angle of 345º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904054 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 84 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.44 |
| HSL | 345º | 0.38% | 0.41% | - |
| HSV(B) | 345º | 0.56% | 0.56% | - |
| XYZ | 14.94 | 10.24 | 9.58 | - |
| YUV | 90.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 84 | 0 | 0.56 | 0.42 | 0.44 | 345 | 0.38 | 0.41 |
| Hex | 90 | 40 | 54 | 0 | 38 | 2A | 2C | 159 | 26 | 29 |
| Octal | 220 | 100 | 124 | 0 | 70 | 52 | 54 | 531 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1010100 | 0 | 111000 | 101010 | 101100 | 101011001 | 100110 | 101001 |
Color Harmonies of #904054
Complementary color
Monochromatic Colors of #904054
Black with #904054
Text Example
Text Example
White with #904054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904054; }
p { color: rgb(144,64,84); }
H1.HeaderClassName
{
color: #904054;
}
.AnyTagClassName
{
color: #904054;
}
</style>
background-color css
<style>
a { background-color: #904054; }
a { background-color: rgb(144,64,84); }
div.DivClassName
{
background-color: #904054;
}
.BgClassName
{
background-color: #904054;
}
</style>
border-color css
<style>
span { border-color: #904054; }
span { border-color: rgb(144,64,84); }
td.TdClassName
{
border-color: #904054;
}
.TagClassName
{
border-color: #904054;
}
</style>