Shades of Lipstick #992B64
Tints of Lipstick #992B64
RGB
CMYK
RGB Variations
Color information
#992B64 (or 0x992B64) is known color: Lipstick. HEX triplet: 99, 2B and 64. RGB value is (153,43,100). Sum of RGB (Red+Green+Blue) = 153+43+100=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #992B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B64 is #66D49B. Grayscale: #525252. Windows color (decimal): -6739100 or 6564761. OLE color: 6564761.
HSL color Cylindrical-coordinate representation of color #992B64: hue angle of 328.91º 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 #992B64 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 100 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.4 |
| HSL | 328.91º | 0.56% | 0.38% | - |
| HSV(B) | 328.91º | 0.72% | 0.6% | - |
| XYZ | 16.3 | 9.42 | 13.02 | - |
| YUV | 82.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 100 | 0 | 0.72 | 0.35 | 0.4 | 328.91 | 0.56 | 0.38 |
| Hex | 99 | 2B | 64 | 0 | 48 | 23 | 28 | 149 | 38 | 26 |
| Octal | 231 | 53 | 144 | 0 | 110 | 43 | 50 | 511 | 70 | 46 |
| Binary | 10011001 | 101011 | 1100100 | 0 | 1001000 | 100011 | 101000 | 101001001 | 111000 | 100110 |
Color Harmonies of #992B64
Complementary color
Monochromatic Colors of #992B64
Black with #992B64
Text Example
Text Example
White with #992B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B64; }
p { color: rgb(153,43,100); }
H1.HeaderClassName
{
color: #992B64;
}
.AnyTagClassName
{
color: #992B64;
}
</style>
background-color css
<style>
a { background-color: #992B64; }
a { background-color: rgb(153,43,100); }
div.DivClassName
{
background-color: #992B64;
}
.BgClassName
{
background-color: #992B64;
}
</style>
border-color css
<style>
span { border-color: #992B64; }
span { border-color: rgb(153,43,100); }
td.TdClassName
{
border-color: #992B64;
}
.TagClassName
{
border-color: #992B64;
}
</style>