Shades of Lipstick #962946
Tints of Lipstick #962946
RGB
CMYK
RGB Variations
Color information
#962946 (or 0x962946) is known color: Lipstick. HEX triplet: 96, 29 and 46. RGB value is (150,41,70). Sum of RGB (Red+Green+Blue) = 150+41+70=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #962946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962946 is #69D6B9. Grayscale: #4C4C4C. Windows color (decimal): -6936250 or 4598166. OLE color: 4598166.
HSL color Cylindrical-coordinate representation of color #962946: hue angle of 344.04º 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 #962946 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 70 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.41 |
| HSL | 344.04º | 0.57% | 0.37% | - |
| HSV(B) | 344.04º | 0.73% | 0.59% | - |
| XYZ | 14.48 | 8.51 | 6.67 | - |
| YUV | 76.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 70 | 0 | 0.73 | 0.53 | 0.41 | 344.04 | 0.57 | 0.37 |
| Hex | 96 | 29 | 46 | 0 | 49 | 35 | 29 | 158 | 39 | 25 |
| Octal | 226 | 51 | 106 | 0 | 111 | 65 | 51 | 530 | 71 | 45 |
| Binary | 10010110 | 101001 | 1000110 | 0 | 1001001 | 110101 | 101001 | 101011000 | 111001 | 100101 |
Color Harmonies of #962946
Complementary color
Monochromatic Colors of #962946
Black with #962946
Text Example
Text Example
White with #962946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962946; }
p { color: rgb(150,41,70); }
H1.HeaderClassName
{
color: #962946;
}
.AnyTagClassName
{
color: #962946;
}
</style>
background-color css
<style>
a { background-color: #962946; }
a { background-color: rgb(150,41,70); }
div.DivClassName
{
background-color: #962946;
}
.BgClassName
{
background-color: #962946;
}
</style>
border-color css
<style>
span { border-color: #962946; }
span { border-color: rgb(150,41,70); }
td.TdClassName
{
border-color: #962946;
}
.TagClassName
{
border-color: #962946;
}
</style>