Shades of Lipstick #901C52
Tints of Lipstick #901C52
RGB
CMYK
RGB Variations
Color information
#901C52 (or 0x901C52) is known color: Lipstick. HEX triplet: 90, 1C and 52. RGB value is (144,28,82). Sum of RGB (Red+Green+Blue) = 144+28+82=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #901C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C52 is #6FE3AD. Grayscale: #444444. Windows color (decimal): -7332782 or 5381264. OLE color: 5381264.
HSL color Cylindrical-coordinate representation of color #901C52: hue angle of 332.07º 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 #901C52 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 82 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.44 |
| HSL | 332.07º | 0.67% | 0.34% | - |
| HSV(B) | 332.07º | 0.81% | 0.56% | - |
| XYZ | 13.44 | 7.37 | 8.7 | - |
| YUV | 68.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 82 | 0 | 0.81 | 0.43 | 0.44 | 332.07 | 0.67 | 0.34 |
| Hex | 90 | 1C | 52 | 0 | 51 | 2B | 2C | 14C | 43 | 22 |
| Octal | 220 | 34 | 122 | 0 | 121 | 53 | 54 | 514 | 103 | 42 |
| Binary | 10010000 | 11100 | 1010010 | 0 | 1010001 | 101011 | 101100 | 101001100 | 1000011 | 100010 |
Color Harmonies of #901C52
Complementary color
Monochromatic Colors of #901C52
Black with #901C52
Text Example
Text Example
White with #901C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C52; }
p { color: rgb(144,28,82); }
H1.HeaderClassName
{
color: #901C52;
}
.AnyTagClassName
{
color: #901C52;
}
</style>
background-color css
<style>
a { background-color: #901C52; }
a { background-color: rgb(144,28,82); }
div.DivClassName
{
background-color: #901C52;
}
.BgClassName
{
background-color: #901C52;
}
</style>
border-color css
<style>
span { border-color: #901C52; }
span { border-color: rgb(144,28,82); }
td.TdClassName
{
border-color: #901C52;
}
.TagClassName
{
border-color: #901C52;
}
</style>