Shades of Lipstick #992562
Tints of Lipstick #992562
RGB
CMYK
RGB Variations
Color information
#992562 (or 0x992562) is known color: Lipstick. HEX triplet: 99, 25 and 62. RGB value is (153,37,98). Sum of RGB (Red+Green+Blue) = 153+37+98=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992562 is #66DA9D. Grayscale: #4E4E4E. Windows color (decimal): -6740638 or 6432153. OLE color: 6432153.
HSL color Cylindrical-coordinate representation of color #992562: hue angle of 328.45º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992562 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 98 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.4 |
| HSL | 328.45º | 0.61% | 0.37% | - |
| HSV(B) | 328.45º | 0.76% | 0.6% | - |
| XYZ | 16 | 8.98 | 12.44 | - |
| YUV | 78.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 98 | 0 | 0.76 | 0.36 | 0.4 | 328.45 | 0.61 | 0.37 |
| Hex | 99 | 25 | 62 | 0 | 4C | 24 | 28 | 148 | 3D | 25 |
| Octal | 231 | 45 | 142 | 0 | 114 | 44 | 50 | 510 | 75 | 45 |
| Binary | 10011001 | 100101 | 1100010 | 0 | 1001100 | 100100 | 101000 | 101001000 | 111101 | 100101 |
Color Harmonies of #992562
Complementary color
Monochromatic Colors of #992562
Black with #992562
Text Example
Text Example
White with #992562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992562; }
p { color: rgb(153,37,98); }
H1.HeaderClassName
{
color: #992562;
}
.AnyTagClassName
{
color: #992562;
}
</style>
background-color css
<style>
a { background-color: #992562; }
a { background-color: rgb(153,37,98); }
div.DivClassName
{
background-color: #992562;
}
.BgClassName
{
background-color: #992562;
}
</style>
border-color css
<style>
span { border-color: #992562; }
span { border-color: rgb(153,37,98); }
td.TdClassName
{
border-color: #992562;
}
.TagClassName
{
border-color: #992562;
}
</style>