Shades of Cadillac #90415C
Tints of Cadillac #90415C
RGB
CMYK
RGB Variations
Color information
#90415C (or 0x90415C) is known color: Cadillac. HEX triplet: 90, 41 and 5C. RGB value is (144,65,92). Sum of RGB (Red+Green+Blue) = 144+65+92=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90415C is #6FBEA3. Grayscale: #5B5B5B. Windows color (decimal): -7323300 or 6046096. OLE color: 6046096.
HSL color Cylindrical-coordinate representation of color #90415C: hue angle of 339.49º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90415C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 92 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.44 |
| HSL | 339.49º | 0.38% | 0.41% | - |
| HSV(B) | 339.49º | 0.55% | 0.56% | - |
| XYZ | 15.32 | 10.48 | 11.34 | - |
| YUV | 91.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 92 | 0 | 0.55 | 0.36 | 0.44 | 339.49 | 0.38 | 0.41 |
| Hex | 90 | 41 | 5C | 0 | 37 | 24 | 2C | 153 | 26 | 29 |
| Octal | 220 | 101 | 134 | 0 | 67 | 44 | 54 | 523 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1011100 | 0 | 110111 | 100100 | 101100 | 101010011 | 100110 | 101001 |
Color Harmonies of #90415C
Complementary color
Monochromatic Colors of #90415C
Black with #90415C
Text Example
Text Example
White with #90415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90415C; }
p { color: rgb(144,65,92); }
H1.HeaderClassName
{
color: #90415C;
}
.AnyTagClassName
{
color: #90415C;
}
</style>
background-color css
<style>
a { background-color: #90415C; }
a { background-color: rgb(144,65,92); }
div.DivClassName
{
background-color: #90415C;
}
.BgClassName
{
background-color: #90415C;
}
</style>
border-color css
<style>
span { border-color: #90415C; }
span { border-color: rgb(144,65,92); }
td.TdClassName
{
border-color: #90415C;
}
.TagClassName
{
border-color: #90415C;
}
</style>