Shades of Lipstick #90285F
Tints of Lipstick #90285F
RGB
CMYK
RGB Variations
Color information
#90285F (or 0x90285F) is known color: Lipstick. HEX triplet: 90, 28 and 5F. RGB value is (144,40,95). Sum of RGB (Red+Green+Blue) = 144+40+95=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #90285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90285F is #6FD7A0. Grayscale: #4D4D4D. Windows color (decimal): -7329697 or 6236304. OLE color: 6236304.
HSL color Cylindrical-coordinate representation of color #90285F: hue angle of 328.27º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90285F is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 95 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.44 |
| HSL | 328.27º | 0.57% | 0.36% | - |
| HSV(B) | 328.27º | 0.72% | 0.56% | - |
| XYZ | 14.33 | 8.27 | 11.67 | - |
| YUV | 77.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 95 | 0 | 0.72 | 0.34 | 0.44 | 328.27 | 0.57 | 0.36 |
| Hex | 90 | 28 | 5F | 0 | 48 | 22 | 2C | 148 | 39 | 24 |
| Octal | 220 | 50 | 137 | 0 | 110 | 42 | 54 | 510 | 71 | 44 |
| Binary | 10010000 | 101000 | 1011111 | 0 | 1001000 | 100010 | 101100 | 101001000 | 111001 | 100100 |
Color Harmonies of #90285F
Complementary color
Monochromatic Colors of #90285F
Black with #90285F
Text Example
Text Example
White with #90285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90285F; }
p { color: rgb(144,40,95); }
H1.HeaderClassName
{
color: #90285F;
}
.AnyTagClassName
{
color: #90285F;
}
</style>
background-color css
<style>
a { background-color: #90285F; }
a { background-color: rgb(144,40,95); }
div.DivClassName
{
background-color: #90285F;
}
.BgClassName
{
background-color: #90285F;
}
</style>
border-color css
<style>
span { border-color: #90285F; }
span { border-color: rgb(144,40,95); }
td.TdClassName
{
border-color: #90285F;
}
.TagClassName
{
border-color: #90285F;
}
</style>