Shades of Lipstick #992E53
Tints of Lipstick #992E53
RGB
CMYK
RGB Variations
Color information
#992E53 (or 0x992E53) is known color: Lipstick. HEX triplet: 99, 2E and 53. RGB value is (153,46,83). Sum of RGB (Red+Green+Blue) = 153+46+83=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #992E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992E53 is #66D1AC. Grayscale: #525252. Windows color (decimal): -6738349 or 5451417. OLE color: 5451417.
HSL color Cylindrical-coordinate representation of color #992E53: hue angle of 339.25º 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 #992E53 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 83 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.4 |
| HSL | 339.25º | 0.54% | 0.39% | - |
| HSV(B) | 339.25º | 0.7% | 0.6% | - |
| XYZ | 15.68 | 9.35 | 9.16 | - |
| YUV | 82.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 83 | 0 | 0.70 | 0.46 | 0.4 | 339.25 | 0.54 | 0.39 |
| Hex | 99 | 2E | 53 | 0 | 46 | 2E | 28 | 153 | 36 | 27 |
| Octal | 231 | 56 | 123 | 0 | 106 | 56 | 50 | 523 | 66 | 47 |
| Binary | 10011001 | 101110 | 1010011 | 0 | 1000110 | 101110 | 101000 | 101010011 | 110110 | 100111 |
Color Harmonies of #992E53
Complementary color
Monochromatic Colors of #992E53
Black with #992E53
Text Example
Text Example
White with #992E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E53; }
p { color: rgb(153,46,83); }
H1.HeaderClassName
{
color: #992E53;
}
.AnyTagClassName
{
color: #992E53;
}
</style>
background-color css
<style>
a { background-color: #992E53; }
a { background-color: rgb(153,46,83); }
div.DivClassName
{
background-color: #992E53;
}
.BgClassName
{
background-color: #992E53;
}
</style>
border-color css
<style>
span { border-color: #992E53; }
span { border-color: rgb(153,46,83); }
td.TdClassName
{
border-color: #992E53;
}
.TagClassName
{
border-color: #992E53;
}
</style>