Shades of Cadillac #90386B
Tints of Cadillac #90386B
RGB
CMYK
RGB Variations
Color information
#90386B (or 0x90386B) is known color: Cadillac. HEX triplet: 90, 38 and 6B. RGB value is (144,56,107). Sum of RGB (Red+Green+Blue) = 144+56+107=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90386B is #6FC794. Grayscale: #585858. Windows color (decimal): -7325589 or 7026832. OLE color: 7026832.
HSL color Cylindrical-coordinate representation of color #90386B: hue angle of 325.23º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90386B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 107 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.44 |
| HSL | 325.23º | 0.44% | 0.39% | - |
| HSV(B) | 325.23º | 0.61% | 0.56% | - |
| XYZ | 15.57 | 9.82 | 14.98 | - |
| YUV | 88.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 107 | 0 | 0.61 | 0.26 | 0.44 | 325.23 | 0.44 | 0.39 |
| Hex | 90 | 38 | 6B | 0 | 3D | 1A | 2C | 145 | 2C | 27 |
| Octal | 220 | 70 | 153 | 0 | 75 | 32 | 54 | 505 | 54 | 47 |
| Binary | 10010000 | 111000 | 1101011 | 0 | 111101 | 11010 | 101100 | 101000101 | 101100 | 100111 |
Color Harmonies of #90386B
Complementary color
Monochromatic Colors of #90386B
Black with #90386B
Text Example
Text Example
White with #90386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90386B; }
p { color: rgb(144,56,107); }
H1.HeaderClassName
{
color: #90386B;
}
.AnyTagClassName
{
color: #90386B;
}
</style>
background-color css
<style>
a { background-color: #90386B; }
a { background-color: rgb(144,56,107); }
div.DivClassName
{
background-color: #90386B;
}
.BgClassName
{
background-color: #90386B;
}
</style>
border-color css
<style>
span { border-color: #90386B; }
span { border-color: rgb(144,56,107); }
td.TdClassName
{
border-color: #90386B;
}
.TagClassName
{
border-color: #90386B;
}
</style>