Shades of Lipstick #962860
Tints of Lipstick #962860
RGB
CMYK
RGB Variations
Color information
#962860 (or 0x962860) is known color: Lipstick. HEX triplet: 96, 28 and 60. RGB value is (150,40,96). Sum of RGB (Red+Green+Blue) = 150+40+96=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #962860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962860 is #69D79F. Grayscale: #4F4F4F. Windows color (decimal): -6936480 or 6301846. OLE color: 6301846.
HSL color Cylindrical-coordinate representation of color #962860: hue angle of 329.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962860 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 96 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.41 |
| HSL | 329.45º | 0.58% | 0.37% | - |
| HSV(B) | 329.45º | 0.73% | 0.59% | - |
| XYZ | 15.45 | 8.85 | 11.96 | - |
| YUV | 79.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 96 | 0 | 0.73 | 0.36 | 0.41 | 329.45 | 0.58 | 0.37 |
| Hex | 96 | 28 | 60 | 0 | 49 | 24 | 29 | 149 | 3A | 25 |
| Octal | 226 | 50 | 140 | 0 | 111 | 44 | 51 | 511 | 72 | 45 |
| Binary | 10010110 | 101000 | 1100000 | 0 | 1001001 | 100100 | 101001 | 101001001 | 111010 | 100101 |
Color Harmonies of #962860
Complementary color
Monochromatic Colors of #962860
Black with #962860
Text Example
Text Example
White with #962860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962860; }
p { color: rgb(150,40,96); }
H1.HeaderClassName
{
color: #962860;
}
.AnyTagClassName
{
color: #962860;
}
</style>
background-color css
<style>
a { background-color: #962860; }
a { background-color: rgb(150,40,96); }
div.DivClassName
{
background-color: #962860;
}
.BgClassName
{
background-color: #962860;
}
</style>
border-color css
<style>
span { border-color: #962860; }
span { border-color: rgb(150,40,96); }
td.TdClassName
{
border-color: #962860;
}
.TagClassName
{
border-color: #962860;
}
</style>