Shades of Lipstick #992A6A
Tints of Lipstick #992A6A
RGB
CMYK
RGB Variations
Color information
#992A6A (or 0x992A6A) is known color: Lipstick. HEX triplet: 99, 2A and 6A. RGB value is (153,42,106). Sum of RGB (Red+Green+Blue) = 153+42+106=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #992A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A6A is #66D595. Grayscale: #525252. Windows color (decimal): -6739350 or 6957721. OLE color: 6957721.
HSL color Cylindrical-coordinate representation of color #992A6A: hue angle of 325.41º 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 #992A6A is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 106 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.4 |
| HSL | 325.41º | 0.57% | 0.38% | - |
| HSV(B) | 325.41º | 0.73% | 0.6% | - |
| XYZ | 16.57 | 9.47 | 14.59 | - |
| YUV | 82.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 106 | 0 | 0.73 | 0.31 | 0.4 | 325.41 | 0.57 | 0.38 |
| Hex | 99 | 2A | 6A | 0 | 49 | 1F | 28 | 145 | 39 | 26 |
| Octal | 231 | 52 | 152 | 0 | 111 | 37 | 50 | 505 | 71 | 46 |
| Binary | 10011001 | 101010 | 1101010 | 0 | 1001001 | 11111 | 101000 | 101000101 | 111001 | 100110 |
Color Harmonies of #992A6A
Complementary color
Monochromatic Colors of #992A6A
Black with #992A6A
Text Example
Text Example
White with #992A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A6A; }
p { color: rgb(153,42,106); }
H1.HeaderClassName
{
color: #992A6A;
}
.AnyTagClassName
{
color: #992A6A;
}
</style>
background-color css
<style>
a { background-color: #992A6A; }
a { background-color: rgb(153,42,106); }
div.DivClassName
{
background-color: #992A6A;
}
.BgClassName
{
background-color: #992A6A;
}
</style>
border-color css
<style>
span { border-color: #992A6A; }
span { border-color: rgb(153,42,106); }
td.TdClassName
{
border-color: #992A6A;
}
.TagClassName
{
border-color: #992A6A;
}
</style>