Shades of Cadillac #904074
Tints of Cadillac #904074
RGB
CMYK
RGB Variations
Color information
#904074 (or 0x904074) is known color: Cadillac. HEX triplet: 90, 40 and 74. RGB value is (144,64,116). Sum of RGB (Red+Green+Blue) = 144+64+116=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #904074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904074 is #6FBF8B. Grayscale: #5D5D5D. Windows color (decimal): -7323532 or 7618704. OLE color: 7618704.
HSL color Cylindrical-coordinate representation of color #904074: hue angle of 321º 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 #904074 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 116 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.44 |
| HSL | 321º | 0.38% | 0.41% | - |
| HSV(B) | 321º | 0.56% | 0.56% | - |
| XYZ | 16.49 | 10.86 | 17.75 | - |
| YUV | 93.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 116 | 0 | 0.56 | 0.19 | 0.44 | 321 | 0.38 | 0.41 |
| Hex | 90 | 40 | 74 | 0 | 38 | 13 | 2C | 141 | 26 | 29 |
| Octal | 220 | 100 | 164 | 0 | 70 | 23 | 54 | 501 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1110100 | 0 | 111000 | 10011 | 101100 | 101000001 | 100110 | 101001 |
Color Harmonies of #904074
Complementary color
Monochromatic Colors of #904074
Black with #904074
Text Example
Text Example
White with #904074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904074; }
p { color: rgb(144,64,116); }
H1.HeaderClassName
{
color: #904074;
}
.AnyTagClassName
{
color: #904074;
}
</style>
background-color css
<style>
a { background-color: #904074; }
a { background-color: rgb(144,64,116); }
div.DivClassName
{
background-color: #904074;
}
.BgClassName
{
background-color: #904074;
}
</style>
border-color css
<style>
span { border-color: #904074; }
span { border-color: rgb(144,64,116); }
td.TdClassName
{
border-color: #904074;
}
.TagClassName
{
border-color: #904074;
}
</style>