Shades of Lipstick #992764
Tints of Lipstick #992764
RGB
CMYK
RGB Variations
Color information
#992764 (or 0x992764) is known color: Lipstick. HEX triplet: 99, 27 and 64. RGB value is (153,39,100). Sum of RGB (Red+Green+Blue) = 153+39+100=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #992764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992764 is #66D89B. Grayscale: #4F4F4F. Windows color (decimal): -6740124 or 6563737. OLE color: 6563737.
HSL color Cylindrical-coordinate representation of color #992764: hue angle of 327.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992764 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 100 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.4 |
| HSL | 327.89º | 0.59% | 0.38% | - |
| HSV(B) | 327.89º | 0.75% | 0.6% | - |
| XYZ | 16.16 | 9.14 | 12.97 | - |
| YUV | 80.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 100 | 0 | 0.75 | 0.35 | 0.4 | 327.89 | 0.59 | 0.38 |
| Hex | 99 | 27 | 64 | 0 | 4B | 23 | 28 | 148 | 3B | 26 |
| Octal | 231 | 47 | 144 | 0 | 113 | 43 | 50 | 510 | 73 | 46 |
| Binary | 10011001 | 100111 | 1100100 | 0 | 1001011 | 100011 | 101000 | 101001000 | 111011 | 100110 |
Color Harmonies of #992764
Complementary color
Monochromatic Colors of #992764
Black with #992764
Text Example
Text Example
White with #992764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992764; }
p { color: rgb(153,39,100); }
H1.HeaderClassName
{
color: #992764;
}
.AnyTagClassName
{
color: #992764;
}
</style>
background-color css
<style>
a { background-color: #992764; }
a { background-color: rgb(153,39,100); }
div.DivClassName
{
background-color: #992764;
}
.BgClassName
{
background-color: #992764;
}
</style>
border-color css
<style>
span { border-color: #992764; }
span { border-color: rgb(153,39,100); }
td.TdClassName
{
border-color: #992764;
}
.TagClassName
{
border-color: #992764;
}
</style>