Shades of Lipstick #992B56
Tints of Lipstick #992B56
RGB
CMYK
RGB Variations
Color information
#992B56 (or 0x992B56) is known color: Lipstick. HEX triplet: 99, 2B and 56. RGB value is (153,43,86). Sum of RGB (Red+Green+Blue) = 153+43+86=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #992B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B56 is #66D4A9. Grayscale: #505050. Windows color (decimal): -6739114 or 5647257. OLE color: 5647257.
HSL color Cylindrical-coordinate representation of color #992B56: hue angle of 336.55º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B56 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 86 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.4 |
| HSL | 336.55º | 0.56% | 0.38% | - |
| HSV(B) | 336.55º | 0.72% | 0.6% | - |
| XYZ | 15.68 | 9.17 | 9.75 | - |
| YUV | 80.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 86 | 0 | 0.72 | 0.44 | 0.4 | 336.55 | 0.56 | 0.38 |
| Hex | 99 | 2B | 56 | 0 | 48 | 2C | 28 | 151 | 38 | 26 |
| Octal | 231 | 53 | 126 | 0 | 110 | 54 | 50 | 521 | 70 | 46 |
| Binary | 10011001 | 101011 | 1010110 | 0 | 1001000 | 101100 | 101000 | 101010001 | 111000 | 100110 |
Color Harmonies of #992B56
Complementary color
Monochromatic Colors of #992B56
Black with #992B56
Text Example
Text Example
White with #992B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B56; }
p { color: rgb(153,43,86); }
H1.HeaderClassName
{
color: #992B56;
}
.AnyTagClassName
{
color: #992B56;
}
</style>
background-color css
<style>
a { background-color: #992B56; }
a { background-color: rgb(153,43,86); }
div.DivClassName
{
background-color: #992B56;
}
.BgClassName
{
background-color: #992B56;
}
</style>
border-color css
<style>
span { border-color: #992B56; }
span { border-color: rgb(153,43,86); }
td.TdClassName
{
border-color: #992B56;
}
.TagClassName
{
border-color: #992B56;
}
</style>