Shades of Lipstick #992B5C
Tints of Lipstick #992B5C
RGB
CMYK
RGB Variations
Color information
#992B5C (or 0x992B5C) is known color: Lipstick. HEX triplet: 99, 2B and 5C. RGB value is (153,43,92). Sum of RGB (Red+Green+Blue) = 153+43+92=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B5C is #66D4A3. Grayscale: #515151. Windows color (decimal): -6739108 or 6040473. OLE color: 6040473.
HSL color Cylindrical-coordinate representation of color #992B5C: hue angle of 333.27º 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 #992B5C is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 92 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.4 |
| HSL | 333.27º | 0.56% | 0.38% | - |
| HSV(B) | 333.27º | 0.72% | 0.6% | - |
| XYZ | 15.93 | 9.27 | 11.08 | - |
| YUV | 81.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 92 | 0 | 0.72 | 0.40 | 0.4 | 333.27 | 0.56 | 0.38 |
| Hex | 99 | 2B | 5C | 0 | 48 | 28 | 28 | 14D | 38 | 26 |
| Octal | 231 | 53 | 134 | 0 | 110 | 50 | 50 | 515 | 70 | 46 |
| Binary | 10011001 | 101011 | 1011100 | 0 | 1001000 | 101000 | 101000 | 101001101 | 111000 | 100110 |
Color Harmonies of #992B5C
Complementary color
Monochromatic Colors of #992B5C
Black with #992B5C
Text Example
Text Example
White with #992B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B5C; }
p { color: rgb(153,43,92); }
H1.HeaderClassName
{
color: #992B5C;
}
.AnyTagClassName
{
color: #992B5C;
}
</style>
background-color css
<style>
a { background-color: #992B5C; }
a { background-color: rgb(153,43,92); }
div.DivClassName
{
background-color: #992B5C;
}
.BgClassName
{
background-color: #992B5C;
}
</style>
border-color css
<style>
span { border-color: #992B5C; }
span { border-color: rgb(153,43,92); }
td.TdClassName
{
border-color: #992B5C;
}
.TagClassName
{
border-color: #992B5C;
}
</style>