Shades of Cadillac #903D5E
Tints of Cadillac #903D5E
RGB
CMYK
RGB Variations
Color information
#903D5E (or 0x903D5E) is known color: Cadillac. HEX triplet: 90, 3D and 5E. RGB value is (144,61,94). Sum of RGB (Red+Green+Blue) = 144+61+94=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #903D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903D5E is #6FC2A1. Grayscale: #595959. Windows color (decimal): -7324322 or 6176144. OLE color: 6176144.
HSL color Cylindrical-coordinate representation of color #903D5E: hue angle of 336.14º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #903D5E is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 94 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.44 |
| HSL | 336.14º | 0.4% | 0.4% | - |
| HSV(B) | 336.14º | 0.58% | 0.56% | - |
| XYZ | 15.19 | 10.07 | 11.73 | - |
| YUV | 89.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 94 | 0 | 0.58 | 0.35 | 0.44 | 336.14 | 0.4 | 0.4 |
| Hex | 90 | 3D | 5E | 0 | 3A | 23 | 2C | 150 | 28 | 28 |
| Octal | 220 | 75 | 136 | 0 | 72 | 43 | 54 | 520 | 50 | 50 |
| Binary | 10010000 | 111101 | 1011110 | 0 | 111010 | 100011 | 101100 | 101010000 | 101000 | 101000 |
Color Harmonies of #903D5E
Complementary color
Monochromatic Colors of #903D5E
Black with #903D5E
Text Example
Text Example
White with #903D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D5E; }
p { color: rgb(144,61,94); }
H1.HeaderClassName
{
color: #903D5E;
}
.AnyTagClassName
{
color: #903D5E;
}
</style>
background-color css
<style>
a { background-color: #903D5E; }
a { background-color: rgb(144,61,94); }
div.DivClassName
{
background-color: #903D5E;
}
.BgClassName
{
background-color: #903D5E;
}
</style>
border-color css
<style>
span { border-color: #903D5E; }
span { border-color: rgb(144,61,94); }
td.TdClassName
{
border-color: #903D5E;
}
.TagClassName
{
border-color: #903D5E;
}
</style>