Shades of Cadillac #90396B
Tints of Cadillac #90396B
RGB
CMYK
RGB Variations
Color information
#90396B (or 0x90396B) is known color: Cadillac. HEX triplet: 90, 39 and 6B. RGB value is (144,57,107). Sum of RGB (Red+Green+Blue) = 144+57+107=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90396B is #6FC694. Grayscale: #585858. Windows color (decimal): -7325333 or 7027088. OLE color: 7027088.
HSL color Cylindrical-coordinate representation of color #90396B: hue angle of 325.52º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90396B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 57 | 107 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.44 |
| HSL | 325.52º | 0.43% | 0.39% | - |
| HSV(B) | 325.52º | 0.6% | 0.56% | - |
| XYZ | 15.62 | 9.92 | 15 | - |
| YUV | 88.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 107 | 0 | 0.60 | 0.26 | 0.44 | 325.52 | 0.43 | 0.39 |
| Hex | 90 | 39 | 6B | 0 | 3C | 1A | 2C | 146 | 2B | 27 |
| Octal | 220 | 71 | 153 | 0 | 74 | 32 | 54 | 506 | 53 | 47 |
| Binary | 10010000 | 111001 | 1101011 | 0 | 111100 | 11010 | 101100 | 101000110 | 101011 | 100111 |
Color Harmonies of #90396B
Complementary color
Monochromatic Colors of #90396B
Black with #90396B
Text Example
Text Example
White with #90396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90396B; }
p { color: rgb(144,57,107); }
H1.HeaderClassName
{
color: #90396B;
}
.AnyTagClassName
{
color: #90396B;
}
</style>
background-color css
<style>
a { background-color: #90396B; }
a { background-color: rgb(144,57,107); }
div.DivClassName
{
background-color: #90396B;
}
.BgClassName
{
background-color: #90396B;
}
</style>
border-color css
<style>
span { border-color: #90396B; }
span { border-color: rgb(144,57,107); }
td.TdClassName
{
border-color: #90396B;
}
.TagClassName
{
border-color: #90396B;
}
</style>