Shades of Lipstick #992152
Tints of Lipstick #992152
RGB
CMYK
RGB Variations
Color information
#992152 (or 0x992152) is known color: Lipstick. HEX triplet: 99, 21 and 52. RGB value is (153,33,82). Sum of RGB (Red+Green+Blue) = 153+33+82=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #992152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992152 is #66DEAD. Grayscale: #4A4A4A. Windows color (decimal): -6741678 or 5382553. OLE color: 5382553.
HSL color Cylindrical-coordinate representation of color #992152: hue angle of 335.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992152 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 82 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.4 |
| HSL | 335.5º | 0.65% | 0.36% | - |
| HSV(B) | 335.5º | 0.78% | 0.6% | - |
| XYZ | 15.2 | 8.47 | 8.82 | - |
| YUV | 74.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 82 | 0 | 0.78 | 0.46 | 0.4 | 335.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 52 | 0 | 4E | 2E | 28 | 150 | 41 | 24 |
| Octal | 231 | 41 | 122 | 0 | 116 | 56 | 50 | 520 | 101 | 44 |
| Binary | 10011001 | 100001 | 1010010 | 0 | 1001110 | 101110 | 101000 | 101010000 | 1000001 | 100100 |
Color Harmonies of #992152
Complementary color
Monochromatic Colors of #992152
Black with #992152
Text Example
Text Example
White with #992152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992152; }
p { color: rgb(153,33,82); }
H1.HeaderClassName
{
color: #992152;
}
.AnyTagClassName
{
color: #992152;
}
</style>
background-color css
<style>
a { background-color: #992152; }
a { background-color: rgb(153,33,82); }
div.DivClassName
{
background-color: #992152;
}
.BgClassName
{
background-color: #992152;
}
</style>
border-color css
<style>
span { border-color: #992152; }
span { border-color: rgb(153,33,82); }
td.TdClassName
{
border-color: #992152;
}
.TagClassName
{
border-color: #992152;
}
</style>