Shades of Lipstick #901959
Tints of Lipstick #901959
RGB
CMYK
RGB Variations
Color information
#901959 (or 0x901959) is known color: Lipstick. HEX triplet: 90, 19 and 59. RGB value is (144,25,89). Sum of RGB (Red+Green+Blue) = 144+25+89=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #901959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901959 is #6FE6A6. Grayscale: #434343. Windows color (decimal): -7333543 or 5839248. OLE color: 5839248.
HSL color Cylindrical-coordinate representation of color #901959: hue angle of 327.73º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901959 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 89 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.44 |
| HSL | 327.73º | 0.7% | 0.33% | - |
| HSV(B) | 327.73º | 0.83% | 0.56% | - |
| XYZ | 13.65 | 7.35 | 10.15 | - |
| YUV | 67.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 89 | 0 | 0.83 | 0.38 | 0.44 | 327.73 | 0.7 | 0.33 |
| Hex | 90 | 19 | 59 | 0 | 53 | 26 | 2C | 148 | 46 | 21 |
| Octal | 220 | 31 | 131 | 0 | 123 | 46 | 54 | 510 | 106 | 41 |
| Binary | 10010000 | 11001 | 1011001 | 0 | 1010011 | 100110 | 101100 | 101001000 | 1000110 | 100001 |
Color Harmonies of #901959
Complementary color
Monochromatic Colors of #901959
Black with #901959
Text Example
Text Example
White with #901959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901959; }
p { color: rgb(144,25,89); }
H1.HeaderClassName
{
color: #901959;
}
.AnyTagClassName
{
color: #901959;
}
</style>
background-color css
<style>
a { background-color: #901959; }
a { background-color: rgb(144,25,89); }
div.DivClassName
{
background-color: #901959;
}
.BgClassName
{
background-color: #901959;
}
</style>
border-color css
<style>
span { border-color: #901959; }
span { border-color: rgb(144,25,89); }
td.TdClassName
{
border-color: #901959;
}
.TagClassName
{
border-color: #901959;
}
</style>