Shades of Cadillac #904461
Tints of Cadillac #904461
RGB
CMYK
RGB Variations
Color information
#904461 (or 0x904461) is known color: Cadillac. HEX triplet: 90, 44 and 61. RGB value is (144,68,97). Sum of RGB (Red+Green+Blue) = 144+68+97=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #904461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904461 is #6FBB9E. Grayscale: #5D5D5D. Windows color (decimal): -7322527 or 6374544. OLE color: 6374544.
HSL color Cylindrical-coordinate representation of color #904461: hue angle of 337.11º 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 #904461 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 97 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.44 |
| HSL | 337.11º | 0.36% | 0.42% | - |
| HSV(B) | 337.11º | 0.53% | 0.56% | - |
| XYZ | 15.73 | 10.93 | 12.59 | - |
| YUV | 94.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 97 | 0 | 0.53 | 0.33 | 0.44 | 337.11 | 0.36 | 0.42 |
| Hex | 90 | 44 | 61 | 0 | 35 | 21 | 2C | 151 | 24 | 2A |
| Octal | 220 | 104 | 141 | 0 | 65 | 41 | 54 | 521 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1100001 | 0 | 110101 | 100001 | 101100 | 101010001 | 100100 | 101010 |
Color Harmonies of #904461
Complementary color
Monochromatic Colors of #904461
Black with #904461
Text Example
Text Example
White with #904461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904461; }
p { color: rgb(144,68,97); }
H1.HeaderClassName
{
color: #904461;
}
.AnyTagClassName
{
color: #904461;
}
</style>
background-color css
<style>
a { background-color: #904461; }
a { background-color: rgb(144,68,97); }
div.DivClassName
{
background-color: #904461;
}
.BgClassName
{
background-color: #904461;
}
</style>
border-color css
<style>
span { border-color: #904461; }
span { border-color: rgb(144,68,97); }
td.TdClassName
{
border-color: #904461;
}
.TagClassName
{
border-color: #904461;
}
</style>