Shades of Lipstick #992147
Tints of Lipstick #992147
RGB
CMYK
RGB Variations
Color information
#992147 (or 0x992147) is known color: Lipstick. HEX triplet: 99, 21 and 47. RGB value is (153,33,71). Sum of RGB (Red+Green+Blue) = 153+33+71=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992147 is #66DEB8. Grayscale: #494949. Windows color (decimal): -6741689 or 4661657. OLE color: 4661657.
HSL color Cylindrical-coordinate representation of color #992147: hue angle of 341º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992147 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 71 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.4 |
| HSL | 341º | 0.65% | 0.36% | - |
| HSV(B) | 341º | 0.78% | 0.6% | - |
| XYZ | 14.82 | 8.31 | 6.79 | - |
| YUV | 73.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 71 | 0 | 0.78 | 0.54 | 0.4 | 341 | 0.65 | 0.36 |
| Hex | 99 | 21 | 47 | 0 | 4E | 36 | 28 | 155 | 41 | 24 |
| Octal | 231 | 41 | 107 | 0 | 116 | 66 | 50 | 525 | 101 | 44 |
| Binary | 10011001 | 100001 | 1000111 | 0 | 1001110 | 110110 | 101000 | 101010101 | 1000001 | 100100 |
Color Harmonies of #992147
Complementary color
Monochromatic Colors of #992147
Black with #992147
Text Example
Text Example
White with #992147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992147; }
p { color: rgb(153,33,71); }
H1.HeaderClassName
{
color: #992147;
}
.AnyTagClassName
{
color: #992147;
}
</style>
background-color css
<style>
a { background-color: #992147; }
a { background-color: rgb(153,33,71); }
div.DivClassName
{
background-color: #992147;
}
.BgClassName
{
background-color: #992147;
}
</style>
border-color css
<style>
span { border-color: #992147; }
span { border-color: rgb(153,33,71); }
td.TdClassName
{
border-color: #992147;
}
.TagClassName
{
border-color: #992147;
}
</style>