Shades of Lipstick #901C5F
Tints of Lipstick #901C5F
RGB
CMYK
RGB Variations
Color information
#901C5F (or 0x901C5F) is known color: Lipstick. HEX triplet: 90, 1C and 5F. RGB value is (144,28,95). Sum of RGB (Red+Green+Blue) = 144+28+95=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #901C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C5F is #6FE3A0. Grayscale: #464646. Windows color (decimal): -7332769 or 6233232. OLE color: 6233232.
HSL color Cylindrical-coordinate representation of color #901C5F: hue angle of 325.34º 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 #901C5F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 95 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.44 |
| HSL | 325.34º | 0.67% | 0.34% | - |
| HSV(B) | 325.34º | 0.81% | 0.56% | - |
| XYZ | 13.98 | 7.59 | 11.55 | - |
| YUV | 70.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 95 | 0 | 0.81 | 0.34 | 0.44 | 325.34 | 0.67 | 0.34 |
| Hex | 90 | 1C | 5F | 0 | 51 | 22 | 2C | 145 | 43 | 22 |
| Octal | 220 | 34 | 137 | 0 | 121 | 42 | 54 | 505 | 103 | 42 |
| Binary | 10010000 | 11100 | 1011111 | 0 | 1010001 | 100010 | 101100 | 101000101 | 1000011 | 100010 |
Color Harmonies of #901C5F
Complementary color
Monochromatic Colors of #901C5F
Black with #901C5F
Text Example
Text Example
White with #901C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C5F; }
p { color: rgb(144,28,95); }
H1.HeaderClassName
{
color: #901C5F;
}
.AnyTagClassName
{
color: #901C5F;
}
</style>
background-color css
<style>
a { background-color: #901C5F; }
a { background-color: rgb(144,28,95); }
div.DivClassName
{
background-color: #901C5F;
}
.BgClassName
{
background-color: #901C5F;
}
</style>
border-color css
<style>
span { border-color: #901C5F; }
span { border-color: rgb(144,28,95); }
td.TdClassName
{
border-color: #901C5F;
}
.TagClassName
{
border-color: #901C5F;
}
</style>