Shades of Cadillac #904061
Tints of Cadillac #904061
RGB
CMYK
RGB Variations
Color information
#904061 (or 0x904061) is known color: Cadillac. HEX triplet: 90, 40 and 61. RGB value is (144,64,97). Sum of RGB (Red+Green+Blue) = 144+64+97=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #904061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904061 is #6FBF9E. Grayscale: #5B5B5B. Windows color (decimal): -7323551 or 6373520. OLE color: 6373520.
HSL color Cylindrical-coordinate representation of color #904061: hue angle of 335.25º 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 #904061 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 97 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.44 |
| HSL | 335.25º | 0.38% | 0.41% | - |
| HSV(B) | 335.25º | 0.56% | 0.56% | - |
| XYZ | 15.49 | 10.46 | 12.51 | - |
| YUV | 91.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 97 | 0 | 0.56 | 0.33 | 0.44 | 335.25 | 0.38 | 0.41 |
| Hex | 90 | 40 | 61 | 0 | 38 | 21 | 2C | 14F | 26 | 29 |
| Octal | 220 | 100 | 141 | 0 | 70 | 41 | 54 | 517 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1100001 | 0 | 111000 | 100001 | 101100 | 101001111 | 100110 | 101001 |
Color Harmonies of #904061
Complementary color
Monochromatic Colors of #904061
Black with #904061
Text Example
Text Example
White with #904061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904061; }
p { color: rgb(144,64,97); }
H1.HeaderClassName
{
color: #904061;
}
.AnyTagClassName
{
color: #904061;
}
</style>
background-color css
<style>
a { background-color: #904061; }
a { background-color: rgb(144,64,97); }
div.DivClassName
{
background-color: #904061;
}
.BgClassName
{
background-color: #904061;
}
</style>
border-color css
<style>
span { border-color: #904061; }
span { border-color: rgb(144,64,97); }
td.TdClassName
{
border-color: #904061;
}
.TagClassName
{
border-color: #904061;
}
</style>