Shades of Lipstick #992A5C
Tints of Lipstick #992A5C
RGB
CMYK
RGB Variations
Color information
#992A5C (or 0x992A5C) is known color: Lipstick. HEX triplet: 99, 2A and 5C. RGB value is (153,42,92). Sum of RGB (Red+Green+Blue) = 153+42+92=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #992A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A5C is #66D5A3. Grayscale: #505050. Windows color (decimal): -6739364 or 6040217. OLE color: 6040217.
HSL color Cylindrical-coordinate representation of color #992A5C: hue angle of 332.97º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A5C is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 92 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.4 |
| HSL | 332.97º | 0.57% | 0.38% | - |
| HSV(B) | 332.97º | 0.73% | 0.6% | - |
| XYZ | 15.9 | 9.2 | 11.06 | - |
| YUV | 80.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 92 | 0 | 0.73 | 0.40 | 0.4 | 332.97 | 0.57 | 0.38 |
| Hex | 99 | 2A | 5C | 0 | 49 | 28 | 28 | 14D | 39 | 26 |
| Octal | 231 | 52 | 134 | 0 | 111 | 50 | 50 | 515 | 71 | 46 |
| Binary | 10011001 | 101010 | 1011100 | 0 | 1001001 | 101000 | 101000 | 101001101 | 111001 | 100110 |
Color Harmonies of #992A5C
Complementary color
Monochromatic Colors of #992A5C
Black with #992A5C
Text Example
Text Example
White with #992A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A5C; }
p { color: rgb(153,42,92); }
H1.HeaderClassName
{
color: #992A5C;
}
.AnyTagClassName
{
color: #992A5C;
}
</style>
background-color css
<style>
a { background-color: #992A5C; }
a { background-color: rgb(153,42,92); }
div.DivClassName
{
background-color: #992A5C;
}
.BgClassName
{
background-color: #992A5C;
}
</style>
border-color css
<style>
span { border-color: #992A5C; }
span { border-color: rgb(153,42,92); }
td.TdClassName
{
border-color: #992A5C;
}
.TagClassName
{
border-color: #992A5C;
}
</style>