Shades of Lipstick #992B5D
Tints of Lipstick #992B5D
RGB
CMYK
RGB Variations
Color information
#992B5D (or 0x992B5D) is known color: Lipstick. HEX triplet: 99, 2B and 5D. RGB value is (153,43,93). Sum of RGB (Red+Green+Blue) = 153+43+93=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #992B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B5D is #66D4A2. Grayscale: #515151. Windows color (decimal): -6739107 or 6106009. OLE color: 6106009.
HSL color Cylindrical-coordinate representation of color #992B5D: hue angle of 332.73º 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 #992B5D is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 93 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.4 |
| HSL | 332.73º | 0.56% | 0.38% | - |
| HSV(B) | 332.73º | 0.72% | 0.6% | - |
| XYZ | 15.98 | 9.29 | 11.31 | - |
| YUV | 81.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 93 | 0 | 0.72 | 0.39 | 0.4 | 332.73 | 0.56 | 0.38 |
| Hex | 99 | 2B | 5D | 0 | 48 | 27 | 28 | 14D | 38 | 26 |
| Octal | 231 | 53 | 135 | 0 | 110 | 47 | 50 | 515 | 70 | 46 |
| Binary | 10011001 | 101011 | 1011101 | 0 | 1001000 | 100111 | 101000 | 101001101 | 111000 | 100110 |
Color Harmonies of #992B5D
Complementary color
Monochromatic Colors of #992B5D
Black with #992B5D
Text Example
Text Example
White with #992B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B5D; }
p { color: rgb(153,43,93); }
H1.HeaderClassName
{
color: #992B5D;
}
.AnyTagClassName
{
color: #992B5D;
}
</style>
background-color css
<style>
a { background-color: #992B5D; }
a { background-color: rgb(153,43,93); }
div.DivClassName
{
background-color: #992B5D;
}
.BgClassName
{
background-color: #992B5D;
}
</style>
border-color css
<style>
span { border-color: #992B5D; }
span { border-color: rgb(153,43,93); }
td.TdClassName
{
border-color: #992B5D;
}
.TagClassName
{
border-color: #992B5D;
}
</style>