Shades of Cadillac #904073
Tints of Cadillac #904073
RGB
CMYK
RGB Variations
Color information
#904073 (or 0x904073) is known color: Cadillac. HEX triplet: 90, 40 and 73. RGB value is (144,64,115). Sum of RGB (Red+Green+Blue) = 144+64+115=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #904073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904073 is #6FBF8C. Grayscale: #5D5D5D. Windows color (decimal): -7323533 or 7553168. OLE color: 7553168.
HSL color Cylindrical-coordinate representation of color #904073: hue angle of 321.75º 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 #904073 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 115 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.44 |
| HSL | 321.75º | 0.38% | 0.41% | - |
| HSV(B) | 321.75º | 0.56% | 0.56% | - |
| XYZ | 16.43 | 10.83 | 17.44 | - |
| YUV | 93.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 115 | 0 | 0.56 | 0.20 | 0.44 | 321.75 | 0.38 | 0.41 |
| Hex | 90 | 40 | 73 | 0 | 38 | 14 | 2C | 142 | 26 | 29 |
| Octal | 220 | 100 | 163 | 0 | 70 | 24 | 54 | 502 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1110011 | 0 | 111000 | 10100 | 101100 | 101000010 | 100110 | 101001 |
Color Harmonies of #904073
Complementary color
Monochromatic Colors of #904073
Black with #904073
Text Example
Text Example
White with #904073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904073; }
p { color: rgb(144,64,115); }
H1.HeaderClassName
{
color: #904073;
}
.AnyTagClassName
{
color: #904073;
}
</style>
background-color css
<style>
a { background-color: #904073; }
a { background-color: rgb(144,64,115); }
div.DivClassName
{
background-color: #904073;
}
.BgClassName
{
background-color: #904073;
}
</style>
border-color css
<style>
span { border-color: #904073; }
span { border-color: rgb(144,64,115); }
td.TdClassName
{
border-color: #904073;
}
.TagClassName
{
border-color: #904073;
}
</style>