Shades of Lipstick #961944
Tints of Lipstick #961944
RGB
CMYK
RGB Variations
Color information
#961944 (or 0x961944) is known color: Lipstick. HEX triplet: 96, 19 and 44. RGB value is (150,25,68). Sum of RGB (Red+Green+Blue) = 150+25+68=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #961944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961944 is #69E6BB. Grayscale: #434343. Windows color (decimal): -6940348 or 4462998. OLE color: 4462998.
HSL color Cylindrical-coordinate representation of color #961944: hue angle of 339.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961944 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 68 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.41 |
| HSL | 339.36º | 0.71% | 0.34% | - |
| HSV(B) | 339.36º | 0.83% | 0.59% | - |
| XYZ | 13.97 | 7.6 | 6.2 | - |
| YUV | 67.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 68 | 0 | 0.83 | 0.55 | 0.41 | 339.36 | 0.71 | 0.34 |
| Hex | 96 | 19 | 44 | 0 | 53 | 37 | 29 | 153 | 47 | 22 |
| Octal | 226 | 31 | 104 | 0 | 123 | 67 | 51 | 523 | 107 | 42 |
| Binary | 10010110 | 11001 | 1000100 | 0 | 1010011 | 110111 | 101001 | 101010011 | 1000111 | 100010 |
Color Harmonies of #961944
Complementary color
Monochromatic Colors of #961944
Black with #961944
Text Example
Text Example
White with #961944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961944; }
p { color: rgb(150,25,68); }
H1.HeaderClassName
{
color: #961944;
}
.AnyTagClassName
{
color: #961944;
}
</style>
background-color css
<style>
a { background-color: #961944; }
a { background-color: rgb(150,25,68); }
div.DivClassName
{
background-color: #961944;
}
.BgClassName
{
background-color: #961944;
}
</style>
border-color css
<style>
span { border-color: #961944; }
span { border-color: rgb(150,25,68); }
td.TdClassName
{
border-color: #961944;
}
.TagClassName
{
border-color: #961944;
}
</style>