Shades of Lipstick #992A64
Tints of Lipstick #992A64
RGB
CMYK
RGB Variations
Color information
#992A64 (or 0x992A64) is known color: Lipstick. HEX triplet: 99, 2A and 64. RGB value is (153,42,100). Sum of RGB (Red+Green+Blue) = 153+42+100=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A64 is #66D59B. Grayscale: #515151. Windows color (decimal): -6739356 or 6564505. OLE color: 6564505.
HSL color Cylindrical-coordinate representation of color #992A64: hue angle of 328.65º 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 #992A64 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 100 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.4 |
| HSL | 328.65º | 0.57% | 0.38% | - |
| HSV(B) | 328.65º | 0.73% | 0.6% | - |
| XYZ | 16.27 | 9.35 | 13 | - |
| YUV | 81.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 100 | 0 | 0.73 | 0.35 | 0.4 | 328.65 | 0.57 | 0.38 |
| Hex | 99 | 2A | 64 | 0 | 49 | 23 | 28 | 149 | 39 | 26 |
| Octal | 231 | 52 | 144 | 0 | 111 | 43 | 50 | 511 | 71 | 46 |
| Binary | 10011001 | 101010 | 1100100 | 0 | 1001001 | 100011 | 101000 | 101001001 | 111001 | 100110 |
Color Harmonies of #992A64
Complementary color
Monochromatic Colors of #992A64
Black with #992A64
Text Example
Text Example
White with #992A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A64; }
p { color: rgb(153,42,100); }
H1.HeaderClassName
{
color: #992A64;
}
.AnyTagClassName
{
color: #992A64;
}
</style>
background-color css
<style>
a { background-color: #992A64; }
a { background-color: rgb(153,42,100); }
div.DivClassName
{
background-color: #992A64;
}
.BgClassName
{
background-color: #992A64;
}
</style>
border-color css
<style>
span { border-color: #992A64; }
span { border-color: rgb(153,42,100); }
td.TdClassName
{
border-color: #992A64;
}
.TagClassName
{
border-color: #992A64;
}
</style>