Shades of Lipstick #962047
Tints of Lipstick #962047
RGB
CMYK
RGB Variations
Color information
#962047 (or 0x962047) is known color: Lipstick. HEX triplet: 96, 20 and 47. RGB value is (150,32,71). Sum of RGB (Red+Green+Blue) = 150+32+71=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #962047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962047 is #69DFB8. Grayscale: #474747. Windows color (decimal): -6938553 or 4661398. OLE color: 4661398.
HSL color Cylindrical-coordinate representation of color #962047: hue angle of 340.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962047 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 71 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.41 |
| HSL | 340.17º | 0.65% | 0.36% | - |
| HSV(B) | 340.17º | 0.79% | 0.59% | - |
| XYZ | 14.23 | 7.97 | 6.75 | - |
| YUV | 71.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 71 | 0 | 0.79 | 0.53 | 0.41 | 340.17 | 0.65 | 0.36 |
| Hex | 96 | 20 | 47 | 0 | 4F | 35 | 29 | 154 | 41 | 24 |
| Octal | 226 | 40 | 107 | 0 | 117 | 65 | 51 | 524 | 101 | 44 |
| Binary | 10010110 | 100000 | 1000111 | 0 | 1001111 | 110101 | 101001 | 101010100 | 1000001 | 100100 |
Color Harmonies of #962047
Complementary color
Monochromatic Colors of #962047
Black with #962047
Text Example
Text Example
White with #962047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962047; }
p { color: rgb(150,32,71); }
H1.HeaderClassName
{
color: #962047;
}
.AnyTagClassName
{
color: #962047;
}
</style>
background-color css
<style>
a { background-color: #962047; }
a { background-color: rgb(150,32,71); }
div.DivClassName
{
background-color: #962047;
}
.BgClassName
{
background-color: #962047;
}
</style>
border-color css
<style>
span { border-color: #962047; }
span { border-color: rgb(150,32,71); }
td.TdClassName
{
border-color: #962047;
}
.TagClassName
{
border-color: #962047;
}
</style>