Shades of Cadillac #903F5E
Tints of Cadillac #903F5E
RGB
CMYK
RGB Variations
Color information
#903F5E (or 0x903F5E) is known color: Cadillac. HEX triplet: 90, 3F and 5E. RGB value is (144,63,94). Sum of RGB (Red+Green+Blue) = 144+63+94=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #903F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903F5E is #6FC0A1. Grayscale: #5A5A5A. Windows color (decimal): -7323810 or 6176656. OLE color: 6176656.
HSL color Cylindrical-coordinate representation of color #903F5E: hue angle of 337.04º degrees, saturation: 0.39, 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 #903F5E is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 94 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.44 |
| HSL | 337.04º | 0.39% | 0.41% | - |
| HSV(B) | 337.04º | 0.56% | 0.56% | - |
| XYZ | 15.3 | 10.29 | 11.77 | - |
| YUV | 90.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 94 | 0 | 0.56 | 0.35 | 0.44 | 337.04 | 0.39 | 0.41 |
| Hex | 90 | 3F | 5E | 0 | 38 | 23 | 2C | 151 | 27 | 29 |
| Octal | 220 | 77 | 136 | 0 | 70 | 43 | 54 | 521 | 47 | 51 |
| Binary | 10010000 | 111111 | 1011110 | 0 | 111000 | 100011 | 101100 | 101010001 | 100111 | 101001 |
Color Harmonies of #903F5E
Complementary color
Monochromatic Colors of #903F5E
Black with #903F5E
Text Example
Text Example
White with #903F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F5E; }
p { color: rgb(144,63,94); }
H1.HeaderClassName
{
color: #903F5E;
}
.AnyTagClassName
{
color: #903F5E;
}
</style>
background-color css
<style>
a { background-color: #903F5E; }
a { background-color: rgb(144,63,94); }
div.DivClassName
{
background-color: #903F5E;
}
.BgClassName
{
background-color: #903F5E;
}
</style>
border-color css
<style>
span { border-color: #903F5E; }
span { border-color: rgb(144,63,94); }
td.TdClassName
{
border-color: #903F5E;
}
.TagClassName
{
border-color: #903F5E;
}
</style>