Shades of Lipstick #90325E
Tints of Lipstick #90325E
RGB
CMYK
RGB Variations
Color information
#90325E (or 0x90325E) is known color: Lipstick. HEX triplet: 90, 32 and 5E. RGB value is (144,50,94). Sum of RGB (Red+Green+Blue) = 144+50+94=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90325E is #6FCDA1. Grayscale: #535353. Windows color (decimal): -7327138 or 6173328. OLE color: 6173328.
HSL color Cylindrical-coordinate representation of color #90325E: hue angle of 331.91º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90325E is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 94 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.44 |
| HSL | 331.91º | 0.48% | 0.38% | - |
| HSV(B) | 331.91º | 0.65% | 0.56% | - |
| XYZ | 14.66 | 9.02 | 11.56 | - |
| YUV | 83.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 94 | 0 | 0.65 | 0.35 | 0.44 | 331.91 | 0.48 | 0.38 |
| Hex | 90 | 32 | 5E | 0 | 41 | 23 | 2C | 14C | 30 | 26 |
| Octal | 220 | 62 | 136 | 0 | 101 | 43 | 54 | 514 | 60 | 46 |
| Binary | 10010000 | 110010 | 1011110 | 0 | 1000001 | 100011 | 101100 | 101001100 | 110000 | 100110 |
Color Harmonies of #90325E
Complementary color
Monochromatic Colors of #90325E
Black with #90325E
Text Example
Text Example
White with #90325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90325E; }
p { color: rgb(144,50,94); }
H1.HeaderClassName
{
color: #90325E;
}
.AnyTagClassName
{
color: #90325E;
}
</style>
background-color css
<style>
a { background-color: #90325E; }
a { background-color: rgb(144,50,94); }
div.DivClassName
{
background-color: #90325E;
}
.BgClassName
{
background-color: #90325E;
}
</style>
border-color css
<style>
span { border-color: #90325E; }
span { border-color: rgb(144,50,94); }
td.TdClassName
{
border-color: #90325E;
}
.TagClassName
{
border-color: #90325E;
}
</style>