Shades of Cadillac #90445D
Tints of Cadillac #90445D
RGB
CMYK
RGB Variations
Color information
#90445D (or 0x90445D) is known color: Cadillac. HEX triplet: 90, 44 and 5D. RGB value is (144,68,93). Sum of RGB (Red+Green+Blue) = 144+68+93=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90445D is #6FBBA2. Grayscale: #5D5D5D. Windows color (decimal): -7322531 or 6112400. OLE color: 6112400.
HSL color Cylindrical-coordinate representation of color #90445D: hue angle of 340.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90445D is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 93 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.44 |
| HSL | 340.26º | 0.36% | 0.42% | - |
| HSV(B) | 340.26º | 0.53% | 0.56% | - |
| XYZ | 15.54 | 10.85 | 11.63 | - |
| YUV | 93.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 93 | 0 | 0.53 | 0.35 | 0.44 | 340.26 | 0.36 | 0.42 |
| Hex | 90 | 44 | 5D | 0 | 35 | 23 | 2C | 154 | 24 | 2A |
| Octal | 220 | 104 | 135 | 0 | 65 | 43 | 54 | 524 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1011101 | 0 | 110101 | 100011 | 101100 | 101010100 | 100100 | 101010 |
Color Harmonies of #90445D
Complementary color
Monochromatic Colors of #90445D
Black with #90445D
Text Example
Text Example
White with #90445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90445D; }
p { color: rgb(144,68,93); }
H1.HeaderClassName
{
color: #90445D;
}
.AnyTagClassName
{
color: #90445D;
}
</style>
background-color css
<style>
a { background-color: #90445D; }
a { background-color: rgb(144,68,93); }
div.DivClassName
{
background-color: #90445D;
}
.BgClassName
{
background-color: #90445D;
}
</style>
border-color css
<style>
span { border-color: #90445D; }
span { border-color: rgb(144,68,93); }
td.TdClassName
{
border-color: #90445D;
}
.TagClassName
{
border-color: #90445D;
}
</style>