Shades of Cadillac #90465D
Tints of Cadillac #90465D
RGB
CMYK
RGB Variations
Color information
#90465D (or 0x90465D) is known color: Cadillac. HEX triplet: 90, 46 and 5D. RGB value is (144,70,93). Sum of RGB (Red+Green+Blue) = 144+70+93=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90465D is #6FB9A2. Grayscale: #5E5E5E. Windows color (decimal): -7322019 or 6112912. OLE color: 6112912.
HSL color Cylindrical-coordinate representation of color #90465D: hue angle of 341.35º degrees, saturation: 0.35, 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 #90465D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 93 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.44 |
| HSL | 341.35º | 0.35% | 0.42% | - |
| HSV(B) | 341.35º | 0.51% | 0.56% | - |
| XYZ | 15.67 | 11.1 | 11.67 | - |
| YUV | 94.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 93 | 0 | 0.51 | 0.35 | 0.44 | 341.35 | 0.35 | 0.42 |
| Hex | 90 | 46 | 5D | 0 | 33 | 23 | 2C | 155 | 23 | 2A |
| Octal | 220 | 106 | 135 | 0 | 63 | 43 | 54 | 525 | 43 | 52 |
| Binary | 10010000 | 1000110 | 1011101 | 0 | 110011 | 100011 | 101100 | 101010101 | 100011 | 101010 |
Color Harmonies of #90465D
Complementary color
Monochromatic Colors of #90465D
Black with #90465D
Text Example
Text Example
White with #90465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90465D; }
p { color: rgb(144,70,93); }
H1.HeaderClassName
{
color: #90465D;
}
.AnyTagClassName
{
color: #90465D;
}
</style>
background-color css
<style>
a { background-color: #90465D; }
a { background-color: rgb(144,70,93); }
div.DivClassName
{
background-color: #90465D;
}
.BgClassName
{
background-color: #90465D;
}
</style>
border-color css
<style>
span { border-color: #90465D; }
span { border-color: rgb(144,70,93); }
td.TdClassName
{
border-color: #90465D;
}
.TagClassName
{
border-color: #90465D;
}
</style>