Shades of Lipstick #992956
Tints of Lipstick #992956
RGB
CMYK
RGB Variations
Color information
#992956 (or 0x992956) is known color: Lipstick. HEX triplet: 99, 29 and 56. RGB value is (153,41,86). Sum of RGB (Red+Green+Blue) = 153+41+86=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #992956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992956 is #66D6A9. Grayscale: #4F4F4F. Windows color (decimal): -6739626 or 5646745. OLE color: 5646745.
HSL color Cylindrical-coordinate representation of color #992956: hue angle of 335.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992956 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 86 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.4 |
| HSL | 335.89º | 0.58% | 0.38% | - |
| HSV(B) | 335.89º | 0.73% | 0.6% | - |
| XYZ | 15.61 | 9.03 | 9.72 | - |
| YUV | 79.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 86 | 0 | 0.73 | 0.44 | 0.4 | 335.89 | 0.58 | 0.38 |
| Hex | 99 | 29 | 56 | 0 | 49 | 2C | 28 | 150 | 3A | 26 |
| Octal | 231 | 51 | 126 | 0 | 111 | 54 | 50 | 520 | 72 | 46 |
| Binary | 10011001 | 101001 | 1010110 | 0 | 1001001 | 101100 | 101000 | 101010000 | 111010 | 100110 |
Color Harmonies of #992956
Complementary color
Monochromatic Colors of #992956
Black with #992956
Text Example
Text Example
White with #992956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992956; }
p { color: rgb(153,41,86); }
H1.HeaderClassName
{
color: #992956;
}
.AnyTagClassName
{
color: #992956;
}
</style>
background-color css
<style>
a { background-color: #992956; }
a { background-color: rgb(153,41,86); }
div.DivClassName
{
background-color: #992956;
}
.BgClassName
{
background-color: #992956;
}
</style>
border-color css
<style>
span { border-color: #992956; }
span { border-color: rgb(153,41,86); }
td.TdClassName
{
border-color: #992956;
}
.TagClassName
{
border-color: #992956;
}
</style>