Shades of Lipstick #961949
Tints of Lipstick #961949
RGB
CMYK
RGB Variations
Color information
#961949 (or 0x961949) is known color: Lipstick. HEX triplet: 96, 19 and 49. RGB value is (150,25,73). Sum of RGB (Red+Green+Blue) = 150+25+73=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #961949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961949 is #69E6B6. Grayscale: #434343. Windows color (decimal): -6940343 or 4790678. OLE color: 4790678.
HSL color Cylindrical-coordinate representation of color #961949: hue angle of 336.96º 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 #961949 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 73 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.41 |
| HSL | 336.96º | 0.71% | 0.34% | - |
| HSV(B) | 336.96º | 0.83% | 0.59% | - |
| XYZ | 14.13 | 7.66 | 7.04 | - |
| YUV | 67.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 73 | 0 | 0.83 | 0.51 | 0.41 | 336.96 | 0.71 | 0.34 |
| Hex | 96 | 19 | 49 | 0 | 53 | 33 | 29 | 151 | 47 | 22 |
| Octal | 226 | 31 | 111 | 0 | 123 | 63 | 51 | 521 | 107 | 42 |
| Binary | 10010110 | 11001 | 1001001 | 0 | 1010011 | 110011 | 101001 | 101010001 | 1000111 | 100010 |
Color Harmonies of #961949
Complementary color
Monochromatic Colors of #961949
Black with #961949
Text Example
Text Example
White with #961949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961949; }
p { color: rgb(150,25,73); }
H1.HeaderClassName
{
color: #961949;
}
.AnyTagClassName
{
color: #961949;
}
</style>
background-color css
<style>
a { background-color: #961949; }
a { background-color: rgb(150,25,73); }
div.DivClassName
{
background-color: #961949;
}
.BgClassName
{
background-color: #961949;
}
</style>
border-color css
<style>
span { border-color: #961949; }
span { border-color: rgb(150,25,73); }
td.TdClassName
{
border-color: #961949;
}
.TagClassName
{
border-color: #961949;
}
</style>