Shades of Lipstick #962E56
Tints of Lipstick #962E56
RGB
CMYK
RGB Variations
Color information
#962E56 (or 0x962E56) is known color: Lipstick. HEX triplet: 96, 2E and 56. RGB value is (150,46,86). Sum of RGB (Red+Green+Blue) = 150+46+86=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #962E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962E56 is #69D1A9. Grayscale: #515151. Windows color (decimal): -6934954 or 5648022. OLE color: 5648022.
HSL color Cylindrical-coordinate representation of color #962E56: hue angle of 336.92º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E56 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 86 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.41 |
| HSL | 336.92º | 0.53% | 0.38% | - |
| HSV(B) | 336.92º | 0.69% | 0.59% | - |
| XYZ | 15.23 | 9.11 | 9.76 | - |
| YUV | 81.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 86 | 0 | 0.69 | 0.43 | 0.41 | 336.92 | 0.53 | 0.38 |
| Hex | 96 | 2E | 56 | 0 | 45 | 2B | 29 | 151 | 35 | 26 |
| Octal | 226 | 56 | 126 | 0 | 105 | 53 | 51 | 521 | 65 | 46 |
| Binary | 10010110 | 101110 | 1010110 | 0 | 1000101 | 101011 | 101001 | 101010001 | 110101 | 100110 |
Color Harmonies of #962E56
Complementary color
Monochromatic Colors of #962E56
Black with #962E56
Text Example
Text Example
White with #962E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E56; }
p { color: rgb(150,46,86); }
H1.HeaderClassName
{
color: #962E56;
}
.AnyTagClassName
{
color: #962E56;
}
</style>
background-color css
<style>
a { background-color: #962E56; }
a { background-color: rgb(150,46,86); }
div.DivClassName
{
background-color: #962E56;
}
.BgClassName
{
background-color: #962E56;
}
</style>
border-color css
<style>
span { border-color: #962E56; }
span { border-color: rgb(150,46,86); }
td.TdClassName
{
border-color: #962E56;
}
.TagClassName
{
border-color: #962E56;
}
</style>