Shades of Lipstick #962049
Tints of Lipstick #962049
RGB
CMYK
RGB Variations
Color information
#962049 (or 0x962049) is known color: Lipstick. HEX triplet: 96, 20 and 49. RGB value is (150,32,73). Sum of RGB (Red+Green+Blue) = 150+32+73=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #962049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962049 is #69DFB6. Grayscale: #474747. Windows color (decimal): -6938551 or 4792470. OLE color: 4792470.
HSL color Cylindrical-coordinate representation of color #962049: hue angle of 339.15º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962049 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 73 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.41 |
| HSL | 339.15º | 0.65% | 0.36% | - |
| HSV(B) | 339.15º | 0.79% | 0.59% | - |
| XYZ | 14.3 | 8 | 7.09 | - |
| YUV | 71.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 73 | 0 | 0.79 | 0.51 | 0.41 | 339.15 | 0.65 | 0.36 |
| Hex | 96 | 20 | 49 | 0 | 4F | 33 | 29 | 153 | 41 | 24 |
| Octal | 226 | 40 | 111 | 0 | 117 | 63 | 51 | 523 | 101 | 44 |
| Binary | 10010110 | 100000 | 1001001 | 0 | 1001111 | 110011 | 101001 | 101010011 | 1000001 | 100100 |
Color Harmonies of #962049
Complementary color
Monochromatic Colors of #962049
Black with #962049
Text Example
Text Example
White with #962049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962049; }
p { color: rgb(150,32,73); }
H1.HeaderClassName
{
color: #962049;
}
.AnyTagClassName
{
color: #962049;
}
</style>
background-color css
<style>
a { background-color: #962049; }
a { background-color: rgb(150,32,73); }
div.DivClassName
{
background-color: #962049;
}
.BgClassName
{
background-color: #962049;
}
</style>
border-color css
<style>
span { border-color: #962049; }
span { border-color: rgb(150,32,73); }
td.TdClassName
{
border-color: #962049;
}
.TagClassName
{
border-color: #962049;
}
</style>