Shades of Lipstick #962857
Tints of Lipstick #962857
RGB
CMYK
RGB Variations
Color information
#962857 (or 0x962857) is known color: Lipstick. HEX triplet: 96, 28 and 57. RGB value is (150,40,87). Sum of RGB (Red+Green+Blue) = 150+40+87=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #962857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962857 is #69D7A8. Grayscale: #4E4E4E. Windows color (decimal): -6936489 or 5712022. OLE color: 5712022.
HSL color Cylindrical-coordinate representation of color #962857: hue angle of 334.36º 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 #962857 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 87 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.41 |
| HSL | 334.36º | 0.58% | 0.37% | - |
| HSV(B) | 334.36º | 0.73% | 0.59% | - |
| XYZ | 15.06 | 8.69 | 9.9 | - |
| YUV | 78.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 87 | 0 | 0.73 | 0.42 | 0.41 | 334.36 | 0.58 | 0.37 |
| Hex | 96 | 28 | 57 | 0 | 49 | 2A | 29 | 14E | 3A | 25 |
| Octal | 226 | 50 | 127 | 0 | 111 | 52 | 51 | 516 | 72 | 45 |
| Binary | 10010110 | 101000 | 1010111 | 0 | 1001001 | 101010 | 101001 | 101001110 | 111010 | 100101 |
Color Harmonies of #962857
Complementary color
Monochromatic Colors of #962857
Black with #962857
Text Example
Text Example
White with #962857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962857; }
p { color: rgb(150,40,87); }
H1.HeaderClassName
{
color: #962857;
}
.AnyTagClassName
{
color: #962857;
}
</style>
background-color css
<style>
a { background-color: #962857; }
a { background-color: rgb(150,40,87); }
div.DivClassName
{
background-color: #962857;
}
.BgClassName
{
background-color: #962857;
}
</style>
border-color css
<style>
span { border-color: #962857; }
span { border-color: rgb(150,40,87); }
td.TdClassName
{
border-color: #962857;
}
.TagClassName
{
border-color: #962857;
}
</style>