Shades of Cadillac #904172
Tints of Cadillac #904172
RGB
CMYK
RGB Variations
Color information
#904172 (or 0x904172) is known color: Cadillac. HEX triplet: 90, 41 and 72. RGB value is (144,65,114). Sum of RGB (Red+Green+Blue) = 144+65+114=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #904172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904172 is #6FBE8D. Grayscale: #5E5E5E. Windows color (decimal): -7323278 or 7487888. OLE color: 7487888.
HSL color Cylindrical-coordinate representation of color #904172: hue angle of 322.78º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904172 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 114 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.44 |
| HSL | 322.78º | 0.38% | 0.41% | - |
| HSV(B) | 322.78º | 0.55% | 0.56% | - |
| XYZ | 16.43 | 10.92 | 17.16 | - |
| YUV | 94.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 114 | 0 | 0.55 | 0.21 | 0.44 | 322.78 | 0.38 | 0.41 |
| Hex | 90 | 41 | 72 | 0 | 37 | 15 | 2C | 143 | 26 | 29 |
| Octal | 220 | 101 | 162 | 0 | 67 | 25 | 54 | 503 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1110010 | 0 | 110111 | 10101 | 101100 | 101000011 | 100110 | 101001 |
Color Harmonies of #904172
Complementary color
Monochromatic Colors of #904172
Black with #904172
Text Example
Text Example
White with #904172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904172; }
p { color: rgb(144,65,114); }
H1.HeaderClassName
{
color: #904172;
}
.AnyTagClassName
{
color: #904172;
}
</style>
background-color css
<style>
a { background-color: #904172; }
a { background-color: rgb(144,65,114); }
div.DivClassName
{
background-color: #904172;
}
.BgClassName
{
background-color: #904172;
}
</style>
border-color css
<style>
span { border-color: #904172; }
span { border-color: rgb(144,65,114); }
td.TdClassName
{
border-color: #904172;
}
.TagClassName
{
border-color: #904172;
}
</style>