Shades of Cadillac #904072
Tints of Cadillac #904072
RGB
CMYK
RGB Variations
Color information
#904072 (or 0x904072) is known color: Cadillac. HEX triplet: 90, 40 and 72. RGB value is (144,64,114). Sum of RGB (Red+Green+Blue) = 144+64+114=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #904072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904072 is #6FBF8D. Grayscale: #5D5D5D. Windows color (decimal): -7323534 or 7487632. OLE color: 7487632.
HSL color Cylindrical-coordinate representation of color #904072: hue angle of 322.5º 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 #904072 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 114 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.44 |
| HSL | 322.5º | 0.38% | 0.41% | - |
| HSV(B) | 322.5º | 0.56% | 0.56% | - |
| XYZ | 16.37 | 10.81 | 17.14 | - |
| YUV | 93.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 114 | 0 | 0.56 | 0.21 | 0.44 | 322.5 | 0.38 | 0.41 |
| Hex | 90 | 40 | 72 | 0 | 38 | 15 | 2C | 142 | 26 | 29 |
| Octal | 220 | 100 | 162 | 0 | 70 | 25 | 54 | 502 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1110010 | 0 | 111000 | 10101 | 101100 | 101000010 | 100110 | 101001 |
Color Harmonies of #904072
Complementary color
Monochromatic Colors of #904072
Black with #904072
Text Example
Text Example
White with #904072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904072; }
p { color: rgb(144,64,114); }
H1.HeaderClassName
{
color: #904072;
}
.AnyTagClassName
{
color: #904072;
}
</style>
background-color css
<style>
a { background-color: #904072; }
a { background-color: rgb(144,64,114); }
div.DivClassName
{
background-color: #904072;
}
.BgClassName
{
background-color: #904072;
}
</style>
border-color css
<style>
span { border-color: #904072; }
span { border-color: rgb(144,64,114); }
td.TdClassName
{
border-color: #904072;
}
.TagClassName
{
border-color: #904072;
}
</style>