Shades of Lipstick #962861
Tints of Lipstick #962861
RGB
CMYK
RGB Variations
Color information
#962861 (or 0x962861) is known color: Lipstick. HEX triplet: 96, 28 and 61. RGB value is (150,40,97). Sum of RGB (Red+Green+Blue) = 150+40+97=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #962861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962861 is #69D79E. Grayscale: #4F4F4F. Windows color (decimal): -6936479 or 6367382. OLE color: 6367382.
HSL color Cylindrical-coordinate representation of color #962861: hue angle of 328.91º 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 #962861 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 97 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.41 |
| HSL | 328.91º | 0.58% | 0.37% | - |
| HSV(B) | 328.91º | 0.73% | 0.59% | - |
| XYZ | 15.49 | 8.86 | 12.2 | - |
| YUV | 79.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 97 | 0 | 0.73 | 0.35 | 0.41 | 328.91 | 0.58 | 0.37 |
| Hex | 96 | 28 | 61 | 0 | 49 | 23 | 29 | 149 | 3A | 25 |
| Octal | 226 | 50 | 141 | 0 | 111 | 43 | 51 | 511 | 72 | 45 |
| Binary | 10010110 | 101000 | 1100001 | 0 | 1001001 | 100011 | 101001 | 101001001 | 111010 | 100101 |
Color Harmonies of #962861
Complementary color
Monochromatic Colors of #962861
Black with #962861
Text Example
Text Example
White with #962861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962861; }
p { color: rgb(150,40,97); }
H1.HeaderClassName
{
color: #962861;
}
.AnyTagClassName
{
color: #962861;
}
</style>
background-color css
<style>
a { background-color: #962861; }
a { background-color: rgb(150,40,97); }
div.DivClassName
{
background-color: #962861;
}
.BgClassName
{
background-color: #962861;
}
</style>
border-color css
<style>
span { border-color: #962861; }
span { border-color: rgb(150,40,97); }
td.TdClassName
{
border-color: #962861;
}
.TagClassName
{
border-color: #962861;
}
</style>