Shades of Lipstick #962859
Tints of Lipstick #962859
RGB
CMYK
RGB Variations
Color information
#962859 (or 0x962859) is known color: Lipstick. HEX triplet: 96, 28 and 59. RGB value is (150,40,89). Sum of RGB (Red+Green+Blue) = 150+40+89=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #962859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962859 is #69D7A6. Grayscale: #4E4E4E. Windows color (decimal): -6936487 or 5843094. OLE color: 5843094.
HSL color Cylindrical-coordinate representation of color #962859: hue angle of 333.27º 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 #962859 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 89 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.41 |
| HSL | 333.27º | 0.58% | 0.37% | - |
| HSV(B) | 333.27º | 0.73% | 0.59% | - |
| XYZ | 15.14 | 8.72 | 10.34 | - |
| YUV | 78.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 89 | 0 | 0.73 | 0.41 | 0.41 | 333.27 | 0.58 | 0.37 |
| Hex | 96 | 28 | 59 | 0 | 49 | 29 | 29 | 14D | 3A | 25 |
| Octal | 226 | 50 | 131 | 0 | 111 | 51 | 51 | 515 | 72 | 45 |
| Binary | 10010110 | 101000 | 1011001 | 0 | 1001001 | 101001 | 101001 | 101001101 | 111010 | 100101 |
Color Harmonies of #962859
Complementary color
Monochromatic Colors of #962859
Black with #962859
Text Example
Text Example
White with #962859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962859; }
p { color: rgb(150,40,89); }
H1.HeaderClassName
{
color: #962859;
}
.AnyTagClassName
{
color: #962859;
}
</style>
background-color css
<style>
a { background-color: #962859; }
a { background-color: rgb(150,40,89); }
div.DivClassName
{
background-color: #962859;
}
.BgClassName
{
background-color: #962859;
}
</style>
border-color css
<style>
span { border-color: #962859; }
span { border-color: rgb(150,40,89); }
td.TdClassName
{
border-color: #962859;
}
.TagClassName
{
border-color: #962859;
}
</style>