Shades of Lipstick #901950
Tints of Lipstick #901950
RGB
CMYK
RGB Variations
Color information
#901950 (or 0x901950) is known color: Lipstick. HEX triplet: 90, 19 and 50. RGB value is (144,25,80). Sum of RGB (Red+Green+Blue) = 144+25+80=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #901950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901950 is #6FE6AF. Grayscale: #424242. Windows color (decimal): -7333552 or 5249424. OLE color: 5249424.
HSL color Cylindrical-coordinate representation of color #901950: hue angle of 332.27º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901950 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 80 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.44 |
| HSL | 332.27º | 0.7% | 0.33% | - |
| HSV(B) | 332.27º | 0.83% | 0.56% | - |
| XYZ | 13.3 | 7.2 | 8.28 | - |
| YUV | 66.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 80 | 0 | 0.83 | 0.44 | 0.44 | 332.27 | 0.7 | 0.33 |
| Hex | 90 | 19 | 50 | 0 | 53 | 2C | 2C | 14C | 46 | 21 |
| Octal | 220 | 31 | 120 | 0 | 123 | 54 | 54 | 514 | 106 | 41 |
| Binary | 10010000 | 11001 | 1010000 | 0 | 1010011 | 101100 | 101100 | 101001100 | 1000110 | 100001 |
Color Harmonies of #901950
Complementary color
Monochromatic Colors of #901950
Black with #901950
Text Example
Text Example
White with #901950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901950; }
p { color: rgb(144,25,80); }
H1.HeaderClassName
{
color: #901950;
}
.AnyTagClassName
{
color: #901950;
}
</style>
background-color css
<style>
a { background-color: #901950; }
a { background-color: rgb(144,25,80); }
div.DivClassName
{
background-color: #901950;
}
.BgClassName
{
background-color: #901950;
}
</style>
border-color css
<style>
span { border-color: #901950; }
span { border-color: rgb(144,25,80); }
td.TdClassName
{
border-color: #901950;
}
.TagClassName
{
border-color: #901950;
}
</style>