Shades of Lipstick #962159
Tints of Lipstick #962159
RGB
CMYK
RGB Variations
Color information
#962159 (or 0x962159) is known color: Lipstick. HEX triplet: 96, 21 and 59. RGB value is (150,33,89). Sum of RGB (Red+Green+Blue) = 150+33+89=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #962159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962159 is #69DEA6. Grayscale: #4A4A4A. Windows color (decimal): -6938279 or 5841302. OLE color: 5841302.
HSL color Cylindrical-coordinate representation of color #962159: hue angle of 331.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962159 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 89 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.41 |
| HSL | 331.28º | 0.64% | 0.36% | - |
| HSV(B) | 331.28º | 0.78% | 0.59% | - |
| XYZ | 14.92 | 8.29 | 10.27 | - |
| YUV | 74.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 89 | 0 | 0.78 | 0.41 | 0.41 | 331.28 | 0.64 | 0.36 |
| Hex | 96 | 21 | 59 | 0 | 4E | 29 | 29 | 14B | 40 | 24 |
| Octal | 226 | 41 | 131 | 0 | 116 | 51 | 51 | 513 | 100 | 44 |
| Binary | 10010110 | 100001 | 1011001 | 0 | 1001110 | 101001 | 101001 | 101001011 | 1000000 | 100100 |
Color Harmonies of #962159
Complementary color
Monochromatic Colors of #962159
Black with #962159
Text Example
Text Example
White with #962159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962159; }
p { color: rgb(150,33,89); }
H1.HeaderClassName
{
color: #962159;
}
.AnyTagClassName
{
color: #962159;
}
</style>
background-color css
<style>
a { background-color: #962159; }
a { background-color: rgb(150,33,89); }
div.DivClassName
{
background-color: #962159;
}
.BgClassName
{
background-color: #962159;
}
</style>
border-color css
<style>
span { border-color: #962159; }
span { border-color: rgb(150,33,89); }
td.TdClassName
{
border-color: #962159;
}
.TagClassName
{
border-color: #962159;
}
</style>