Shades of Lipstick #992460
Tints of Lipstick #992460
RGB
CMYK
RGB Variations
Color information
#992460 (or 0x992460) is known color: Lipstick. HEX triplet: 99, 24 and 60. RGB value is (153,36,96). Sum of RGB (Red+Green+Blue) = 153+36+96=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #992460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992460 is #66DB9F. Grayscale: #4D4D4D. Windows color (decimal): -6740896 or 6300825. OLE color: 6300825.
HSL color Cylindrical-coordinate representation of color #992460: hue angle of 329.23º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992460 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 96 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.4 |
| HSL | 329.23º | 0.62% | 0.37% | - |
| HSV(B) | 329.23º | 0.76% | 0.6% | - |
| XYZ | 15.88 | 8.88 | 11.94 | - |
| YUV | 77.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 96 | 0 | 0.76 | 0.37 | 0.4 | 329.23 | 0.62 | 0.37 |
| Hex | 99 | 24 | 60 | 0 | 4C | 25 | 28 | 149 | 3E | 25 |
| Octal | 231 | 44 | 140 | 0 | 114 | 45 | 50 | 511 | 76 | 45 |
| Binary | 10011001 | 100100 | 1100000 | 0 | 1001100 | 100101 | 101000 | 101001001 | 111110 | 100101 |
Color Harmonies of #992460
Complementary color
Monochromatic Colors of #992460
Black with #992460
Text Example
Text Example
White with #992460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992460; }
p { color: rgb(153,36,96); }
H1.HeaderClassName
{
color: #992460;
}
.AnyTagClassName
{
color: #992460;
}
</style>
background-color css
<style>
a { background-color: #992460; }
a { background-color: rgb(153,36,96); }
div.DivClassName
{
background-color: #992460;
}
.BgClassName
{
background-color: #992460;
}
</style>
border-color css
<style>
span { border-color: #992460; }
span { border-color: rgb(153,36,96); }
td.TdClassName
{
border-color: #992460;
}
.TagClassName
{
border-color: #992460;
}
</style>