Shades of Cadillac #90436C
Tints of Cadillac #90436C
RGB
CMYK
RGB Variations
Color information
#90436C (or 0x90436C) is known color: Cadillac. HEX triplet: 90, 43 and 6C. RGB value is (144,67,108). Sum of RGB (Red+Green+Blue) = 144+67+108=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90436C is #6FBC93. Grayscale: #5E5E5E. Windows color (decimal): -7322772 or 7095184. OLE color: 7095184.
HSL color Cylindrical-coordinate representation of color #90436C: hue angle of 328.05º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90436C is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 108 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.44 |
| HSL | 328.05º | 0.36% | 0.41% | - |
| HSV(B) | 328.05º | 0.53% | 0.56% | - |
| XYZ | 16.22 | 11.03 | 15.46 | - |
| YUV | 94.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 108 | 0 | 0.53 | 0.25 | 0.44 | 328.05 | 0.36 | 0.41 |
| Hex | 90 | 43 | 6C | 0 | 35 | 19 | 2C | 148 | 24 | 29 |
| Octal | 220 | 103 | 154 | 0 | 65 | 31 | 54 | 510 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1101100 | 0 | 110101 | 11001 | 101100 | 101001000 | 100100 | 101001 |
Color Harmonies of #90436C
Complementary color
Monochromatic Colors of #90436C
Black with #90436C
Text Example
Text Example
White with #90436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90436C; }
p { color: rgb(144,67,108); }
H1.HeaderClassName
{
color: #90436C;
}
.AnyTagClassName
{
color: #90436C;
}
</style>
background-color css
<style>
a { background-color: #90436C; }
a { background-color: rgb(144,67,108); }
div.DivClassName
{
background-color: #90436C;
}
.BgClassName
{
background-color: #90436C;
}
</style>
border-color css
<style>
span { border-color: #90436C; }
span { border-color: rgb(144,67,108); }
td.TdClassName
{
border-color: #90436C;
}
.TagClassName
{
border-color: #90436C;
}
</style>