Shades of Lipstick #992C48
Tints of Lipstick #992C48
RGB
CMYK
RGB Variations
Color information
#992C48 (or 0x992C48) is known color: Lipstick. HEX triplet: 99, 2C and 48. RGB value is (153,44,72). Sum of RGB (Red+Green+Blue) = 153+44+72=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #992C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C48 is #66D3B7. Grayscale: #4F4F4F. Windows color (decimal): -6738872 or 4730009. OLE color: 4730009.
HSL color Cylindrical-coordinate representation of color #992C48: hue angle of 344.59º 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 #992C48 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 72 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.4 |
| HSL | 344.59º | 0.55% | 0.39% | - |
| HSV(B) | 344.59º | 0.71% | 0.6% | - |
| XYZ | 15.21 | 9.04 | 7.07 | - |
| YUV | 79.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 72 | 0 | 0.71 | 0.53 | 0.4 | 344.59 | 0.55 | 0.39 |
| Hex | 99 | 2C | 48 | 0 | 47 | 35 | 28 | 159 | 37 | 27 |
| Octal | 231 | 54 | 110 | 0 | 107 | 65 | 50 | 531 | 67 | 47 |
| Binary | 10011001 | 101100 | 1001000 | 0 | 1000111 | 110101 | 101000 | 101011001 | 110111 | 100111 |
Color Harmonies of #992C48
Complementary color
Monochromatic Colors of #992C48
Black with #992C48
Text Example
Text Example
White with #992C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C48; }
p { color: rgb(153,44,72); }
H1.HeaderClassName
{
color: #992C48;
}
.AnyTagClassName
{
color: #992C48;
}
</style>
background-color css
<style>
a { background-color: #992C48; }
a { background-color: rgb(153,44,72); }
div.DivClassName
{
background-color: #992C48;
}
.BgClassName
{
background-color: #992C48;
}
</style>
border-color css
<style>
span { border-color: #992C48; }
span { border-color: rgb(153,44,72); }
td.TdClassName
{
border-color: #992C48;
}
.TagClassName
{
border-color: #992C48;
}
</style>