Shades of Lipstick #992E58
Tints of Lipstick #992E58
RGB
CMYK
RGB Variations
Color information
#992E58 (or 0x992E58) is known color: Lipstick. HEX triplet: 99, 2E and 58. RGB value is (153,46,88). Sum of RGB (Red+Green+Blue) = 153+46+88=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #992E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992E58 is #66D1A7. Grayscale: #525252. Windows color (decimal): -6738344 or 5779097. OLE color: 5779097.
HSL color Cylindrical-coordinate representation of color #992E58: hue angle of 336.45º 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 #992E58 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 88 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.4 |
| HSL | 336.45º | 0.54% | 0.39% | - |
| HSV(B) | 336.45º | 0.7% | 0.6% | - |
| XYZ | 15.88 | 9.43 | 10.22 | - |
| YUV | 82.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 88 | 0 | 0.70 | 0.42 | 0.4 | 336.45 | 0.54 | 0.39 |
| Hex | 99 | 2E | 58 | 0 | 46 | 2A | 28 | 150 | 36 | 27 |
| Octal | 231 | 56 | 130 | 0 | 106 | 52 | 50 | 520 | 66 | 47 |
| Binary | 10011001 | 101110 | 1011000 | 0 | 1000110 | 101010 | 101000 | 101010000 | 110110 | 100111 |
Color Harmonies of #992E58
Complementary color
Monochromatic Colors of #992E58
Black with #992E58
Text Example
Text Example
White with #992E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E58; }
p { color: rgb(153,46,88); }
H1.HeaderClassName
{
color: #992E58;
}
.AnyTagClassName
{
color: #992E58;
}
</style>
background-color css
<style>
a { background-color: #992E58; }
a { background-color: rgb(153,46,88); }
div.DivClassName
{
background-color: #992E58;
}
.BgClassName
{
background-color: #992E58;
}
</style>
border-color css
<style>
span { border-color: #992E58; }
span { border-color: rgb(153,46,88); }
td.TdClassName
{
border-color: #992E58;
}
.TagClassName
{
border-color: #992E58;
}
</style>