Shades of Lipstick #992760
Tints of Lipstick #992760
RGB
CMYK
RGB Variations
Color information
#992760 (or 0x992760) is known color: Lipstick. HEX triplet: 99, 27 and 60. RGB value is (153,39,96). Sum of RGB (Red+Green+Blue) = 153+39+96=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992760 is #66D89F. Grayscale: #4F4F4F. Windows color (decimal): -6740128 or 6301593. OLE color: 6301593.
HSL color Cylindrical-coordinate representation of color #992760: hue angle of 330º 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 #992760 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 96 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.4 |
| HSL | 330º | 0.59% | 0.38% | - |
| HSV(B) | 330º | 0.75% | 0.6% | - |
| XYZ | 15.97 | 9.07 | 11.97 | - |
| YUV | 79.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 96 | 0 | 0.75 | 0.37 | 0.4 | 330 | 0.59 | 0.38 |
| Hex | 99 | 27 | 60 | 0 | 4B | 25 | 28 | 14A | 3B | 26 |
| Octal | 231 | 47 | 140 | 0 | 113 | 45 | 50 | 512 | 73 | 46 |
| Binary | 10011001 | 100111 | 1100000 | 0 | 1001011 | 100101 | 101000 | 101001010 | 111011 | 100110 |
Color Harmonies of #992760
Complementary color
Monochromatic Colors of #992760
Black with #992760
Text Example
Text Example
White with #992760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992760; }
p { color: rgb(153,39,96); }
H1.HeaderClassName
{
color: #992760;
}
.AnyTagClassName
{
color: #992760;
}
</style>
background-color css
<style>
a { background-color: #992760; }
a { background-color: rgb(153,39,96); }
div.DivClassName
{
background-color: #992760;
}
.BgClassName
{
background-color: #992760;
}
</style>
border-color css
<style>
span { border-color: #992760; }
span { border-color: rgb(153,39,96); }
td.TdClassName
{
border-color: #992760;
}
.TagClassName
{
border-color: #992760;
}
</style>