Shades of Lipstick #961956
Tints of Lipstick #961956
RGB
CMYK
RGB Variations
Color information
#961956 (or 0x961956) is known color: Lipstick. HEX triplet: 96, 19 and 56. RGB value is (150,25,86). Sum of RGB (Red+Green+Blue) = 150+25+86=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #961956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961956 is #69E6A9. Grayscale: #454545. Windows color (decimal): -6940330 or 5642646. OLE color: 5642646.
HSL color Cylindrical-coordinate representation of color #961956: hue angle of 330.72º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961956 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 86 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.41 |
| HSL | 330.72º | 0.71% | 0.34% | - |
| HSV(B) | 330.72º | 0.83% | 0.59% | - |
| XYZ | 14.61 | 7.85 | 9.55 | - |
| YUV | 69.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 86 | 0 | 0.83 | 0.43 | 0.41 | 330.72 | 0.71 | 0.34 |
| Hex | 96 | 19 | 56 | 0 | 53 | 2B | 29 | 14B | 47 | 22 |
| Octal | 226 | 31 | 126 | 0 | 123 | 53 | 51 | 513 | 107 | 42 |
| Binary | 10010110 | 11001 | 1010110 | 0 | 1010011 | 101011 | 101001 | 101001011 | 1000111 | 100010 |
Color Harmonies of #961956
Complementary color
Monochromatic Colors of #961956
Black with #961956
Text Example
Text Example
White with #961956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961956; }
p { color: rgb(150,25,86); }
H1.HeaderClassName
{
color: #961956;
}
.AnyTagClassName
{
color: #961956;
}
</style>
background-color css
<style>
a { background-color: #961956; }
a { background-color: rgb(150,25,86); }
div.DivClassName
{
background-color: #961956;
}
.BgClassName
{
background-color: #961956;
}
</style>
border-color css
<style>
span { border-color: #961956; }
span { border-color: rgb(150,25,86); }
td.TdClassName
{
border-color: #961956;
}
.TagClassName
{
border-color: #961956;
}
</style>