Shades of Lipstick #901958
Tints of Lipstick #901958
RGB
CMYK
RGB Variations
Color information
#901958 (or 0x901958) is known color: Lipstick. HEX triplet: 90, 19 and 58. RGB value is (144,25,88). Sum of RGB (Red+Green+Blue) = 144+25+88=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #901958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901958 is #6FE6A7. Grayscale: #434343. Windows color (decimal): -7333544 or 5773712. OLE color: 5773712.
HSL color Cylindrical-coordinate representation of color #901958: hue angle of 328.24º 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 #901958 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 88 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.44 |
| HSL | 328.24º | 0.7% | 0.33% | - |
| HSV(B) | 328.24º | 0.83% | 0.56% | - |
| XYZ | 13.61 | 7.33 | 9.93 | - |
| YUV | 67.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 88 | 0 | 0.83 | 0.39 | 0.44 | 328.24 | 0.7 | 0.33 |
| Hex | 90 | 19 | 58 | 0 | 53 | 27 | 2C | 148 | 46 | 21 |
| Octal | 220 | 31 | 130 | 0 | 123 | 47 | 54 | 510 | 106 | 41 |
| Binary | 10010000 | 11001 | 1011000 | 0 | 1010011 | 100111 | 101100 | 101001000 | 1000110 | 100001 |
Color Harmonies of #901958
Complementary color
Monochromatic Colors of #901958
Black with #901958
Text Example
Text Example
White with #901958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901958; }
p { color: rgb(144,25,88); }
H1.HeaderClassName
{
color: #901958;
}
.AnyTagClassName
{
color: #901958;
}
</style>
background-color css
<style>
a { background-color: #901958; }
a { background-color: rgb(144,25,88); }
div.DivClassName
{
background-color: #901958;
}
.BgClassName
{
background-color: #901958;
}
</style>
border-color css
<style>
span { border-color: #901958; }
span { border-color: rgb(144,25,88); }
td.TdClassName
{
border-color: #901958;
}
.TagClassName
{
border-color: #901958;
}
</style>