Shades of Cadillac #90405C
Tints of Cadillac #90405C
RGB
CMYK
RGB Variations
Color information
#90405C (or 0x90405C) is known color: Cadillac. HEX triplet: 90, 40 and 5C. RGB value is (144,64,92). Sum of RGB (Red+Green+Blue) = 144+64+92=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #90405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90405C is #6FBFA3. Grayscale: #5B5B5B. Windows color (decimal): -7323556 or 6045840. OLE color: 6045840.
HSL color Cylindrical-coordinate representation of color #90405C: hue angle of 339º degrees, saturation: 0.38, 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 #90405C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 92 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.44 |
| HSL | 339º | 0.38% | 0.41% | - |
| HSV(B) | 339º | 0.56% | 0.56% | - |
| XYZ | 15.27 | 10.37 | 11.32 | - |
| YUV | 91.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 92 | 0 | 0.56 | 0.36 | 0.44 | 339 | 0.38 | 0.41 |
| Hex | 90 | 40 | 5C | 0 | 38 | 24 | 2C | 153 | 26 | 29 |
| Octal | 220 | 100 | 134 | 0 | 70 | 44 | 54 | 523 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1011100 | 0 | 111000 | 100100 | 101100 | 101010011 | 100110 | 101001 |
Color Harmonies of #90405C
Complementary color
Monochromatic Colors of #90405C
Black with #90405C
Text Example
Text Example
White with #90405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90405C; }
p { color: rgb(144,64,92); }
H1.HeaderClassName
{
color: #90405C;
}
.AnyTagClassName
{
color: #90405C;
}
</style>
background-color css
<style>
a { background-color: #90405C; }
a { background-color: rgb(144,64,92); }
div.DivClassName
{
background-color: #90405C;
}
.BgClassName
{
background-color: #90405C;
}
</style>
border-color css
<style>
span { border-color: #90405C; }
span { border-color: rgb(144,64,92); }
td.TdClassName
{
border-color: #90405C;
}
.TagClassName
{
border-color: #90405C;
}
</style>