Shades of Cadillac #90475D
Tints of Cadillac #90475D
RGB
CMYK
RGB Variations
Color information
#90475D (or 0x90475D) is known color: Cadillac. HEX triplet: 90, 47 and 5D. RGB value is (144,71,93). Sum of RGB (Red+Green+Blue) = 144+71+93=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90475D is #6FB8A2. Grayscale: #5F5F5F. Windows color (decimal): -7321763 or 6113168. OLE color: 6113168.
HSL color Cylindrical-coordinate representation of color #90475D: hue angle of 341.92º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90475D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 93 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.44 |
| HSL | 341.92º | 0.34% | 0.42% | - |
| HSV(B) | 341.92º | 0.51% | 0.56% | - |
| XYZ | 15.73 | 11.23 | 11.69 | - |
| YUV | 95.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 93 | 0 | 0.51 | 0.35 | 0.44 | 341.92 | 0.34 | 0.42 |
| Hex | 90 | 47 | 5D | 0 | 33 | 23 | 2C | 156 | 22 | 2A |
| Octal | 220 | 107 | 135 | 0 | 63 | 43 | 54 | 526 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1011101 | 0 | 110011 | 100011 | 101100 | 101010110 | 100010 | 101010 |
Color Harmonies of #90475D
Complementary color
Monochromatic Colors of #90475D
Black with #90475D
Text Example
Text Example
White with #90475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90475D; }
p { color: rgb(144,71,93); }
H1.HeaderClassName
{
color: #90475D;
}
.AnyTagClassName
{
color: #90475D;
}
</style>
background-color css
<style>
a { background-color: #90475D; }
a { background-color: rgb(144,71,93); }
div.DivClassName
{
background-color: #90475D;
}
.BgClassName
{
background-color: #90475D;
}
</style>
border-color css
<style>
span { border-color: #90475D; }
span { border-color: rgb(144,71,93); }
td.TdClassName
{
border-color: #90475D;
}
.TagClassName
{
border-color: #90475D;
}
</style>