Shades of Lipstick #992E55
Tints of Lipstick #992E55
RGB
CMYK
RGB Variations
Color information
#992E55 (or 0x992E55) is known color: Lipstick. HEX triplet: 99, 2E and 55. RGB value is (153,46,85). Sum of RGB (Red+Green+Blue) = 153+46+85=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #992E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992E55 is #66D1AA. Grayscale: #525252. Windows color (decimal): -6738347 or 5582489. OLE color: 5582489.
HSL color Cylindrical-coordinate representation of color #992E55: hue angle of 338.13º 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 #992E55 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 85 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.4 |
| HSL | 338.13º | 0.54% | 0.39% | - |
| HSV(B) | 338.13º | 0.7% | 0.6% | - |
| XYZ | 15.75 | 9.38 | 9.57 | - |
| YUV | 82.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 85 | 0 | 0.70 | 0.44 | 0.4 | 338.13 | 0.54 | 0.39 |
| Hex | 99 | 2E | 55 | 0 | 46 | 2C | 28 | 152 | 36 | 27 |
| Octal | 231 | 56 | 125 | 0 | 106 | 54 | 50 | 522 | 66 | 47 |
| Binary | 10011001 | 101110 | 1010101 | 0 | 1000110 | 101100 | 101000 | 101010010 | 110110 | 100111 |
Color Harmonies of #992E55
Complementary color
Monochromatic Colors of #992E55
Black with #992E55
Text Example
Text Example
White with #992E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E55; }
p { color: rgb(153,46,85); }
H1.HeaderClassName
{
color: #992E55;
}
.AnyTagClassName
{
color: #992E55;
}
</style>
background-color css
<style>
a { background-color: #992E55; }
a { background-color: rgb(153,46,85); }
div.DivClassName
{
background-color: #992E55;
}
.BgClassName
{
background-color: #992E55;
}
</style>
border-color css
<style>
span { border-color: #992E55; }
span { border-color: rgb(153,46,85); }
td.TdClassName
{
border-color: #992E55;
}
.TagClassName
{
border-color: #992E55;
}
</style>