Shades of Lipstick #961940
Tints of Lipstick #961940
RGB
CMYK
RGB Variations
Color information
#961940 (or 0x961940) is known color: Lipstick. HEX triplet: 96, 19 and 40. RGB value is (150,25,64). Sum of RGB (Red+Green+Blue) = 150+25+64=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #961940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961940 is #69E6BF. Grayscale: #424242. Windows color (decimal): -6940352 or 4200854. OLE color: 4200854.
HSL color Cylindrical-coordinate representation of color #961940: hue angle of 341.28º 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 #961940 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 64 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.41 |
| HSL | 341.28º | 0.71% | 0.34% | - |
| HSV(B) | 341.28º | 0.83% | 0.59% | - |
| XYZ | 13.85 | 7.55 | 5.58 | - |
| YUV | 66.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 64 | 0 | 0.83 | 0.57 | 0.41 | 341.28 | 0.71 | 0.34 |
| Hex | 96 | 19 | 40 | 0 | 53 | 39 | 29 | 155 | 47 | 22 |
| Octal | 226 | 31 | 100 | 0 | 123 | 71 | 51 | 525 | 107 | 42 |
| Binary | 10010110 | 11001 | 1000000 | 0 | 1010011 | 111001 | 101001 | 101010101 | 1000111 | 100010 |
Color Harmonies of #961940
Complementary color
Monochromatic Colors of #961940
Black with #961940
Text Example
Text Example
White with #961940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961940; }
p { color: rgb(150,25,64); }
H1.HeaderClassName
{
color: #961940;
}
.AnyTagClassName
{
color: #961940;
}
</style>
background-color css
<style>
a { background-color: #961940; }
a { background-color: rgb(150,25,64); }
div.DivClassName
{
background-color: #961940;
}
.BgClassName
{
background-color: #961940;
}
</style>
border-color css
<style>
span { border-color: #961940; }
span { border-color: rgb(150,25,64); }
td.TdClassName
{
border-color: #961940;
}
.TagClassName
{
border-color: #961940;
}
</style>