Shades of Lipstick #992555
Tints of Lipstick #992555
RGB
CMYK
RGB Variations
Color information
#992555 (or 0x992555) is known color: Lipstick. HEX triplet: 99, 25 and 55. RGB value is (153,37,85). Sum of RGB (Red+Green+Blue) = 153+37+85=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #992555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992555 is #66DAAA. Grayscale: #4D4D4D. Windows color (decimal): -6740651 or 5580185. OLE color: 5580185.
HSL color Cylindrical-coordinate representation of color #992555: hue angle of 335.17º degrees, saturation: 0.61, 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 #992555 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 85 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.4 |
| HSL | 335.17º | 0.61% | 0.37% | - |
| HSV(B) | 335.17º | 0.76% | 0.6% | - |
| XYZ | 15.44 | 8.75 | 9.47 | - |
| YUV | 77.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 85 | 0 | 0.76 | 0.44 | 0.4 | 335.17 | 0.61 | 0.37 |
| Hex | 99 | 25 | 55 | 0 | 4C | 2C | 28 | 14F | 3D | 25 |
| Octal | 231 | 45 | 125 | 0 | 114 | 54 | 50 | 517 | 75 | 45 |
| Binary | 10011001 | 100101 | 1010101 | 0 | 1001100 | 101100 | 101000 | 101001111 | 111101 | 100101 |
Color Harmonies of #992555
Complementary color
Monochromatic Colors of #992555
Black with #992555
Text Example
Text Example
White with #992555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992555; }
p { color: rgb(153,37,85); }
H1.HeaderClassName
{
color: #992555;
}
.AnyTagClassName
{
color: #992555;
}
</style>
background-color css
<style>
a { background-color: #992555; }
a { background-color: rgb(153,37,85); }
div.DivClassName
{
background-color: #992555;
}
.BgClassName
{
background-color: #992555;
}
</style>
border-color css
<style>
span { border-color: #992555; }
span { border-color: rgb(153,37,85); }
td.TdClassName
{
border-color: #992555;
}
.TagClassName
{
border-color: #992555;
}
</style>