Shades of Lipstick #90295F
Tints of Lipstick #90295F
RGB
CMYK
RGB Variations
Color information
#90295F (or 0x90295F) is known color: Lipstick. HEX triplet: 90, 29 and 5F. RGB value is (144,41,95). Sum of RGB (Red+Green+Blue) = 144+41+95=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #90295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90295F is #6FD6A0. Grayscale: #4D4D4D. Windows color (decimal): -7329441 or 6236560. OLE color: 6236560.
HSL color Cylindrical-coordinate representation of color #90295F: hue angle of 328.54º degrees, saturation: 0.56, 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 #90295F is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 95 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.44 |
| HSL | 328.54º | 0.56% | 0.36% | - |
| HSV(B) | 328.54º | 0.72% | 0.56% | - |
| XYZ | 14.36 | 8.34 | 11.68 | - |
| YUV | 77.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 95 | 0 | 0.72 | 0.34 | 0.44 | 328.54 | 0.56 | 0.36 |
| Hex | 90 | 29 | 5F | 0 | 48 | 22 | 2C | 149 | 38 | 24 |
| Octal | 220 | 51 | 137 | 0 | 110 | 42 | 54 | 511 | 70 | 44 |
| Binary | 10010000 | 101001 | 1011111 | 0 | 1001000 | 100010 | 101100 | 101001001 | 111000 | 100100 |
Color Harmonies of #90295F
Complementary color
Monochromatic Colors of #90295F
Black with #90295F
Text Example
Text Example
White with #90295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90295F; }
p { color: rgb(144,41,95); }
H1.HeaderClassName
{
color: #90295F;
}
.AnyTagClassName
{
color: #90295F;
}
</style>
background-color css
<style>
a { background-color: #90295F; }
a { background-color: rgb(144,41,95); }
div.DivClassName
{
background-color: #90295F;
}
.BgClassName
{
background-color: #90295F;
}
</style>
border-color css
<style>
span { border-color: #90295F; }
span { border-color: rgb(144,41,95); }
td.TdClassName
{
border-color: #90295F;
}
.TagClassName
{
border-color: #90295F;
}
</style>