Shades of Lipstick #992964
Tints of Lipstick #992964
RGB
CMYK
RGB Variations
Color information
#992964 (or 0x992964) is known color: Lipstick. HEX triplet: 99, 29 and 64. RGB value is (153,41,100). Sum of RGB (Red+Green+Blue) = 153+41+100=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #992964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992964 is #66D69B. Grayscale: #515151. Windows color (decimal): -6739612 or 6564249. OLE color: 6564249.
HSL color Cylindrical-coordinate representation of color #992964: hue angle of 328.39º degrees, saturation: 0.58, 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 #992964 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 100 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.4 |
| HSL | 328.39º | 0.58% | 0.38% | - |
| HSV(B) | 328.39º | 0.73% | 0.6% | - |
| XYZ | 16.23 | 9.28 | 12.99 | - |
| YUV | 81.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 100 | 0 | 0.73 | 0.35 | 0.4 | 328.39 | 0.58 | 0.38 |
| Hex | 99 | 29 | 64 | 0 | 49 | 23 | 28 | 148 | 3A | 26 |
| Octal | 231 | 51 | 144 | 0 | 111 | 43 | 50 | 510 | 72 | 46 |
| Binary | 10011001 | 101001 | 1100100 | 0 | 1001001 | 100011 | 101000 | 101001000 | 111010 | 100110 |
Color Harmonies of #992964
Complementary color
Monochromatic Colors of #992964
Black with #992964
Text Example
Text Example
White with #992964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992964; }
p { color: rgb(153,41,100); }
H1.HeaderClassName
{
color: #992964;
}
.AnyTagClassName
{
color: #992964;
}
</style>
background-color css
<style>
a { background-color: #992964; }
a { background-color: rgb(153,41,100); }
div.DivClassName
{
background-color: #992964;
}
.BgClassName
{
background-color: #992964;
}
</style>
border-color css
<style>
span { border-color: #992964; }
span { border-color: rgb(153,41,100); }
td.TdClassName
{
border-color: #992964;
}
.TagClassName
{
border-color: #992964;
}
</style>