Shades of Lipstick #992F47
Tints of Lipstick #992F47
RGB
CMYK
RGB Variations
Color information
#992F47 (or 0x992F47) is known color: Lipstick. HEX triplet: 99, 2F and 47. RGB value is (153,47,71). Sum of RGB (Red+Green+Blue) = 153+47+71=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #992F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F47 is #66D0B8. Grayscale: #515151. Windows color (decimal): -6738105 or 4665241. OLE color: 4665241.
HSL color Cylindrical-coordinate representation of color #992F47: hue angle of 346.42º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F47 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 71 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.4 |
| HSL | 346.42º | 0.53% | 0.39% | - |
| HSV(B) | 346.42º | 0.69% | 0.6% | - |
| XYZ | 15.29 | 9.26 | 6.94 | - |
| YUV | 81.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 71 | 0 | 0.69 | 0.54 | 0.4 | 346.42 | 0.53 | 0.39 |
| Hex | 99 | 2F | 47 | 0 | 45 | 36 | 28 | 15A | 35 | 27 |
| Octal | 231 | 57 | 107 | 0 | 105 | 66 | 50 | 532 | 65 | 47 |
| Binary | 10011001 | 101111 | 1000111 | 0 | 1000101 | 110110 | 101000 | 101011010 | 110101 | 100111 |
Color Harmonies of #992F47
Complementary color
Monochromatic Colors of #992F47
Black with #992F47
Text Example
Text Example
White with #992F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F47; }
p { color: rgb(153,47,71); }
H1.HeaderClassName
{
color: #992F47;
}
.AnyTagClassName
{
color: #992F47;
}
</style>
background-color css
<style>
a { background-color: #992F47; }
a { background-color: rgb(153,47,71); }
div.DivClassName
{
background-color: #992F47;
}
.BgClassName
{
background-color: #992F47;
}
</style>
border-color css
<style>
span { border-color: #992F47; }
span { border-color: rgb(153,47,71); }
td.TdClassName
{
border-color: #992F47;
}
.TagClassName
{
border-color: #992F47;
}
</style>