Shades of Lipstick #901C59
Tints of Lipstick #901C59
RGB
CMYK
RGB Variations
Color information
#901C59 (or 0x901C59) is known color: Lipstick. HEX triplet: 90, 1C and 59. RGB value is (144,28,89). Sum of RGB (Red+Green+Blue) = 144+28+89=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #901C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C59 is #6FE3A6. Grayscale: #454545. Windows color (decimal): -7332775 or 5840016. OLE color: 5840016.
HSL color Cylindrical-coordinate representation of color #901C59: hue angle of 328.45º 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 #901C59 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 89 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.44 |
| HSL | 328.45º | 0.67% | 0.34% | - |
| HSV(B) | 328.45º | 0.81% | 0.56% | - |
| XYZ | 13.72 | 7.48 | 10.17 | - |
| YUV | 69.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 89 | 0 | 0.81 | 0.38 | 0.44 | 328.45 | 0.67 | 0.34 |
| Hex | 90 | 1C | 59 | 0 | 51 | 26 | 2C | 148 | 43 | 22 |
| Octal | 220 | 34 | 131 | 0 | 121 | 46 | 54 | 510 | 103 | 42 |
| Binary | 10010000 | 11100 | 1011001 | 0 | 1010001 | 100110 | 101100 | 101001000 | 1000011 | 100010 |
Color Harmonies of #901C59
Complementary color
Monochromatic Colors of #901C59
Black with #901C59
Text Example
Text Example
White with #901C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C59; }
p { color: rgb(144,28,89); }
H1.HeaderClassName
{
color: #901C59;
}
.AnyTagClassName
{
color: #901C59;
}
</style>
background-color css
<style>
a { background-color: #901C59; }
a { background-color: rgb(144,28,89); }
div.DivClassName
{
background-color: #901C59;
}
.BgClassName
{
background-color: #901C59;
}
</style>
border-color css
<style>
span { border-color: #901C59; }
span { border-color: rgb(144,28,89); }
td.TdClassName
{
border-color: #901C59;
}
.TagClassName
{
border-color: #901C59;
}
</style>