Shades of Lipstick #962844
Tints of Lipstick #962844
RGB
CMYK
RGB Variations
Color information
#962844 (or 0x962844) is known color: Lipstick. HEX triplet: 96, 28 and 44. RGB value is (150,40,68). Sum of RGB (Red+Green+Blue) = 150+40+68=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #962844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962844 is #69D7BB. Grayscale: #4C4C4C. Windows color (decimal): -6936508 or 4466838. OLE color: 4466838.
HSL color Cylindrical-coordinate representation of color #962844: hue angle of 344.73º 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 #962844 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 68 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.41 |
| HSL | 344.73º | 0.58% | 0.37% | - |
| HSV(B) | 344.73º | 0.73% | 0.59% | - |
| XYZ | 14.38 | 8.42 | 6.34 | - |
| YUV | 76.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 68 | 0 | 0.73 | 0.55 | 0.41 | 344.73 | 0.58 | 0.37 |
| Hex | 96 | 28 | 44 | 0 | 49 | 37 | 29 | 159 | 3A | 25 |
| Octal | 226 | 50 | 104 | 0 | 111 | 67 | 51 | 531 | 72 | 45 |
| Binary | 10010110 | 101000 | 1000100 | 0 | 1001001 | 110111 | 101001 | 101011001 | 111010 | 100101 |
Color Harmonies of #962844
Complementary color
Monochromatic Colors of #962844
Black with #962844
Text Example
Text Example
White with #962844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962844; }
p { color: rgb(150,40,68); }
H1.HeaderClassName
{
color: #962844;
}
.AnyTagClassName
{
color: #962844;
}
</style>
background-color css
<style>
a { background-color: #962844; }
a { background-color: rgb(150,40,68); }
div.DivClassName
{
background-color: #962844;
}
.BgClassName
{
background-color: #962844;
}
</style>
border-color css
<style>
span { border-color: #962844; }
span { border-color: rgb(150,40,68); }
td.TdClassName
{
border-color: #962844;
}
.TagClassName
{
border-color: #962844;
}
</style>