Shades of Lipstick #901957
Tints of Lipstick #901957
RGB
CMYK
RGB Variations
Color information
#901957 (or 0x901957) is known color: Lipstick. HEX triplet: 90, 19 and 57. RGB value is (144,25,87). Sum of RGB (Red+Green+Blue) = 144+25+87=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #901957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901957 is #6FE6A8. Grayscale: #434343. Windows color (decimal): -7333545 or 5708176. OLE color: 5708176.
HSL color Cylindrical-coordinate representation of color #901957: hue angle of 328.74º 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 #901957 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 87 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.44 |
| HSL | 328.74º | 0.7% | 0.33% | - |
| HSV(B) | 328.74º | 0.83% | 0.56% | - |
| XYZ | 13.57 | 7.31 | 9.71 | - |
| YUV | 67.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 87 | 0 | 0.83 | 0.40 | 0.44 | 328.74 | 0.7 | 0.33 |
| Hex | 90 | 19 | 57 | 0 | 53 | 28 | 2C | 149 | 46 | 21 |
| Octal | 220 | 31 | 127 | 0 | 123 | 50 | 54 | 511 | 106 | 41 |
| Binary | 10010000 | 11001 | 1010111 | 0 | 1010011 | 101000 | 101100 | 101001001 | 1000110 | 100001 |
Color Harmonies of #901957
Complementary color
Monochromatic Colors of #901957
Black with #901957
Text Example
Text Example
White with #901957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901957; }
p { color: rgb(144,25,87); }
H1.HeaderClassName
{
color: #901957;
}
.AnyTagClassName
{
color: #901957;
}
</style>
background-color css
<style>
a { background-color: #901957; }
a { background-color: rgb(144,25,87); }
div.DivClassName
{
background-color: #901957;
}
.BgClassName
{
background-color: #901957;
}
</style>
border-color css
<style>
span { border-color: #901957; }
span { border-color: rgb(144,25,87); }
td.TdClassName
{
border-color: #901957;
}
.TagClassName
{
border-color: #901957;
}
</style>