Shades of Lipstick #962959
Tints of Lipstick #962959
RGB
CMYK
RGB Variations
Color information
#962959 (or 0x962959) is known color: Lipstick. HEX triplet: 96, 29 and 59. RGB value is (150,41,89). Sum of RGB (Red+Green+Blue) = 150+41+89=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #962959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962959 is #69D6A6. Grayscale: #4E4E4E. Windows color (decimal): -6936231 or 5843350. OLE color: 5843350.
HSL color Cylindrical-coordinate representation of color #962959: hue angle of 333.58º degrees, saturation: 0.57, 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 #962959 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 89 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.41 |
| HSL | 333.58º | 0.57% | 0.37% | - |
| HSV(B) | 333.58º | 0.73% | 0.59% | - |
| XYZ | 15.17 | 8.79 | 10.35 | - |
| YUV | 79.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 89 | 0 | 0.73 | 0.41 | 0.41 | 333.58 | 0.57 | 0.37 |
| Hex | 96 | 29 | 59 | 0 | 49 | 29 | 29 | 14E | 39 | 25 |
| Octal | 226 | 51 | 131 | 0 | 111 | 51 | 51 | 516 | 71 | 45 |
| Binary | 10010110 | 101001 | 1011001 | 0 | 1001001 | 101001 | 101001 | 101001110 | 111001 | 100101 |
Color Harmonies of #962959
Complementary color
Monochromatic Colors of #962959
Black with #962959
Text Example
Text Example
White with #962959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962959; }
p { color: rgb(150,41,89); }
H1.HeaderClassName
{
color: #962959;
}
.AnyTagClassName
{
color: #962959;
}
</style>
background-color css
<style>
a { background-color: #962959; }
a { background-color: rgb(150,41,89); }
div.DivClassName
{
background-color: #962959;
}
.BgClassName
{
background-color: #962959;
}
</style>
border-color css
<style>
span { border-color: #962959; }
span { border-color: rgb(150,41,89); }
td.TdClassName
{
border-color: #962959;
}
.TagClassName
{
border-color: #962959;
}
</style>