Shades of Lipstick #992C47
Tints of Lipstick #992C47
RGB
CMYK
RGB Variations
Color information
#992C47 (or 0x992C47) is known color: Lipstick. HEX triplet: 99, 2C and 47. RGB value is (153,44,71). Sum of RGB (Red+Green+Blue) = 153+44+71=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #992C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C47 is #66D3B8. Grayscale: #4F4F4F. Windows color (decimal): -6738873 or 4664473. OLE color: 4664473.
HSL color Cylindrical-coordinate representation of color #992C47: hue angle of 345.14º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C47 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 71 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.4 |
| HSL | 345.14º | 0.55% | 0.39% | - |
| HSV(B) | 345.14º | 0.71% | 0.6% | - |
| XYZ | 15.17 | 9.03 | 6.9 | - |
| YUV | 79.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 71 | 0 | 0.71 | 0.54 | 0.4 | 345.14 | 0.55 | 0.39 |
| Hex | 99 | 2C | 47 | 0 | 47 | 36 | 28 | 159 | 37 | 27 |
| Octal | 231 | 54 | 107 | 0 | 107 | 66 | 50 | 531 | 67 | 47 |
| Binary | 10011001 | 101100 | 1000111 | 0 | 1000111 | 110110 | 101000 | 101011001 | 110111 | 100111 |
Color Harmonies of #992C47
Complementary color
Monochromatic Colors of #992C47
Black with #992C47
Text Example
Text Example
White with #992C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C47; }
p { color: rgb(153,44,71); }
H1.HeaderClassName
{
color: #992C47;
}
.AnyTagClassName
{
color: #992C47;
}
</style>
background-color css
<style>
a { background-color: #992C47; }
a { background-color: rgb(153,44,71); }
div.DivClassName
{
background-color: #992C47;
}
.BgClassName
{
background-color: #992C47;
}
</style>
border-color css
<style>
span { border-color: #992C47; }
span { border-color: rgb(153,44,71); }
td.TdClassName
{
border-color: #992C47;
}
.TagClassName
{
border-color: #992C47;
}
</style>