Shades of Lipstick #992B4D
Tints of Lipstick #992B4D
RGB
CMYK
RGB Variations
Color information
#992B4D (or 0x992B4D) is known color: Lipstick. HEX triplet: 99, 2B and 4D. RGB value is (153,43,77). Sum of RGB (Red+Green+Blue) = 153+43+77=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #992B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B4D is #66D4B2. Grayscale: #4F4F4F. Windows color (decimal): -6739123 or 5057433. OLE color: 5057433.
HSL color Cylindrical-coordinate representation of color #992B4D: hue angle of 341.45º 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 #992B4D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 77 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.4 |
| HSL | 341.45º | 0.56% | 0.38% | - |
| HSV(B) | 341.45º | 0.72% | 0.6% | - |
| XYZ | 15.34 | 9.04 | 7.96 | - |
| YUV | 79.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 77 | 0 | 0.72 | 0.50 | 0.4 | 341.45 | 0.56 | 0.38 |
| Hex | 99 | 2B | 4D | 0 | 48 | 32 | 28 | 155 | 38 | 26 |
| Octal | 231 | 53 | 115 | 0 | 110 | 62 | 50 | 525 | 70 | 46 |
| Binary | 10011001 | 101011 | 1001101 | 0 | 1001000 | 110010 | 101000 | 101010101 | 111000 | 100110 |
Color Harmonies of #992B4D
Complementary color
Monochromatic Colors of #992B4D
Black with #992B4D
Text Example
Text Example
White with #992B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B4D; }
p { color: rgb(153,43,77); }
H1.HeaderClassName
{
color: #992B4D;
}
.AnyTagClassName
{
color: #992B4D;
}
</style>
background-color css
<style>
a { background-color: #992B4D; }
a { background-color: rgb(153,43,77); }
div.DivClassName
{
background-color: #992B4D;
}
.BgClassName
{
background-color: #992B4D;
}
</style>
border-color css
<style>
span { border-color: #992B4D; }
span { border-color: rgb(153,43,77); }
td.TdClassName
{
border-color: #992B4D;
}
.TagClassName
{
border-color: #992B4D;
}
</style>