Shades of Lipstick #901D57
Tints of Lipstick #901D57
RGB
CMYK
RGB Variations
Color information
#901D57 (or 0x901D57) is known color: Lipstick. HEX triplet: 90, 1D and 57. RGB value is (144,29,87). Sum of RGB (Red+Green+Blue) = 144+29+87=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #901D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901D57 is #6FE2A8. Grayscale: #454545. Windows color (decimal): -7332521 or 5709200. OLE color: 5709200.
HSL color Cylindrical-coordinate representation of color #901D57: hue angle of 329.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901D57 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 29 | 87 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.44 |
| HSL | 329.74º | 0.66% | 0.34% | - |
| HSV(B) | 329.74º | 0.8% | 0.56% | - |
| XYZ | 13.66 | 7.5 | 9.74 | - |
| YUV | 70 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 87 | 0 | 0.80 | 0.40 | 0.44 | 329.74 | 0.66 | 0.34 |
| Hex | 90 | 1D | 57 | 0 | 50 | 28 | 2C | 14A | 42 | 22 |
| Octal | 220 | 35 | 127 | 0 | 120 | 50 | 54 | 512 | 102 | 42 |
| Binary | 10010000 | 11101 | 1010111 | 0 | 1010000 | 101000 | 101100 | 101001010 | 1000010 | 100010 |
Color Harmonies of #901D57
Complementary color
Monochromatic Colors of #901D57
Black with #901D57
Text Example
Text Example
White with #901D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901D57; }
p { color: rgb(144,29,87); }
H1.HeaderClassName
{
color: #901D57;
}
.AnyTagClassName
{
color: #901D57;
}
</style>
background-color css
<style>
a { background-color: #901D57; }
a { background-color: rgb(144,29,87); }
div.DivClassName
{
background-color: #901D57;
}
.BgClassName
{
background-color: #901D57;
}
</style>
border-color css
<style>
span { border-color: #901D57; }
span { border-color: rgb(144,29,87); }
td.TdClassName
{
border-color: #901D57;
}
.TagClassName
{
border-color: #901D57;
}
</style>