Shades of Lipstick #992E47
Tints of Lipstick #992E47
RGB
CMYK
RGB Variations
Color information
#992E47 (or 0x992E47) is known color: Lipstick. HEX triplet: 99, 2E and 47. RGB value is (153,46,71). Sum of RGB (Red+Green+Blue) = 153+46+71=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #992E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E47 is #66D1B8. Grayscale: #505050. Windows color (decimal): -6738361 or 4664985. OLE color: 4664985.
HSL color Cylindrical-coordinate representation of color #992E47: hue angle of 345.98º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E47 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 71 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.4 |
| HSL | 345.98º | 0.54% | 0.39% | - |
| HSV(B) | 345.98º | 0.7% | 0.6% | - |
| XYZ | 15.25 | 9.18 | 6.93 | - |
| YUV | 80.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 71 | 0 | 0.70 | 0.54 | 0.4 | 345.98 | 0.54 | 0.39 |
| Hex | 99 | 2E | 47 | 0 | 46 | 36 | 28 | 15A | 36 | 27 |
| Octal | 231 | 56 | 107 | 0 | 106 | 66 | 50 | 532 | 66 | 47 |
| Binary | 10011001 | 101110 | 1000111 | 0 | 1000110 | 110110 | 101000 | 101011010 | 110110 | 100111 |
Color Harmonies of #992E47
Complementary color
Monochromatic Colors of #992E47
Black with #992E47
Text Example
Text Example
White with #992E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E47; }
p { color: rgb(153,46,71); }
H1.HeaderClassName
{
color: #992E47;
}
.AnyTagClassName
{
color: #992E47;
}
</style>
background-color css
<style>
a { background-color: #992E47; }
a { background-color: rgb(153,46,71); }
div.DivClassName
{
background-color: #992E47;
}
.BgClassName
{
background-color: #992E47;
}
</style>
border-color css
<style>
span { border-color: #992E47; }
span { border-color: rgb(153,46,71); }
td.TdClassName
{
border-color: #992E47;
}
.TagClassName
{
border-color: #992E47;
}
</style>