Shades of Lipstick #992156
Tints of Lipstick #992156
RGB
CMYK
RGB Variations
Color information
#992156 (or 0x992156) is known color: Lipstick. HEX triplet: 99, 21 and 56. RGB value is (153,33,86). Sum of RGB (Red+Green+Blue) = 153+33+86=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #992156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992156 is #66DEA9. Grayscale: #4A4A4A. Windows color (decimal): -6741674 or 5644697. OLE color: 5644697.
HSL color Cylindrical-coordinate representation of color #992156: hue angle of 333.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992156 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 86 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.4 |
| HSL | 333.5º | 0.65% | 0.36% | - |
| HSV(B) | 333.5º | 0.78% | 0.6% | - |
| XYZ | 15.36 | 8.53 | 9.64 | - |
| YUV | 74.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 86 | 0 | 0.78 | 0.44 | 0.4 | 333.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 56 | 0 | 4E | 2C | 28 | 14E | 41 | 24 |
| Octal | 231 | 41 | 126 | 0 | 116 | 54 | 50 | 516 | 101 | 44 |
| Binary | 10011001 | 100001 | 1010110 | 0 | 1001110 | 101100 | 101000 | 101001110 | 1000001 | 100100 |
Color Harmonies of #992156
Complementary color
Monochromatic Colors of #992156
Black with #992156
Text Example
Text Example
White with #992156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992156; }
p { color: rgb(153,33,86); }
H1.HeaderClassName
{
color: #992156;
}
.AnyTagClassName
{
color: #992156;
}
</style>
background-color css
<style>
a { background-color: #992156; }
a { background-color: rgb(153,33,86); }
div.DivClassName
{
background-color: #992156;
}
.BgClassName
{
background-color: #992156;
}
</style>
border-color css
<style>
span { border-color: #992156; }
span { border-color: rgb(153,33,86); }
td.TdClassName
{
border-color: #992156;
}
.TagClassName
{
border-color: #992156;
}
</style>