Shades of Lipstick #901C57
Tints of Lipstick #901C57
RGB
CMYK
RGB Variations
Color information
#901C57 (or 0x901C57) is known color: Lipstick. HEX triplet: 90, 1C and 57. RGB value is (144,28,87). Sum of RGB (Red+Green+Blue) = 144+28+87=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #901C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C57 is #6FE3A8. Grayscale: #454545. Windows color (decimal): -7332777 or 5708944. OLE color: 5708944.
HSL color Cylindrical-coordinate representation of color #901C57: hue angle of 329.48º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C57 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 87 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.44 |
| HSL | 329.48º | 0.67% | 0.34% | - |
| HSV(B) | 329.48º | 0.81% | 0.56% | - |
| XYZ | 13.64 | 7.45 | 9.74 | - |
| YUV | 69.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 87 | 0 | 0.81 | 0.40 | 0.44 | 329.48 | 0.67 | 0.34 |
| Hex | 90 | 1C | 57 | 0 | 51 | 28 | 2C | 149 | 43 | 22 |
| Octal | 220 | 34 | 127 | 0 | 121 | 50 | 54 | 511 | 103 | 42 |
| Binary | 10010000 | 11100 | 1010111 | 0 | 1010001 | 101000 | 101100 | 101001001 | 1000011 | 100010 |
Color Harmonies of #901C57
Complementary color
Monochromatic Colors of #901C57
Black with #901C57
Text Example
Text Example
White with #901C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C57; }
p { color: rgb(144,28,87); }
H1.HeaderClassName
{
color: #901C57;
}
.AnyTagClassName
{
color: #901C57;
}
</style>
background-color css
<style>
a { background-color: #901C57; }
a { background-color: rgb(144,28,87); }
div.DivClassName
{
background-color: #901C57;
}
.BgClassName
{
background-color: #901C57;
}
</style>
border-color css
<style>
span { border-color: #901C57; }
span { border-color: rgb(144,28,87); }
td.TdClassName
{
border-color: #901C57;
}
.TagClassName
{
border-color: #901C57;
}
</style>