Shades of Lipstick #992F48
Tints of Lipstick #992F48
RGB
CMYK
RGB Variations
Color information
#992F48 (or 0x992F48) is known color: Lipstick. HEX triplet: 99, 2F and 48. RGB value is (153,47,72). Sum of RGB (Red+Green+Blue) = 153+47+72=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #992F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F48 is #66D0B7. Grayscale: #515151. Windows color (decimal): -6738104 or 4730777. OLE color: 4730777.
HSL color Cylindrical-coordinate representation of color #992F48: hue angle of 345.85º 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 #992F48 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 72 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.4 |
| HSL | 345.85º | 0.53% | 0.39% | - |
| HSV(B) | 345.85º | 0.69% | 0.6% | - |
| XYZ | 15.32 | 9.27 | 7.11 | - |
| YUV | 81.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 72 | 0 | 0.69 | 0.53 | 0.4 | 345.85 | 0.53 | 0.39 |
| Hex | 99 | 2F | 48 | 0 | 45 | 35 | 28 | 15A | 35 | 27 |
| Octal | 231 | 57 | 110 | 0 | 105 | 65 | 50 | 532 | 65 | 47 |
| Binary | 10011001 | 101111 | 1001000 | 0 | 1000101 | 110101 | 101000 | 101011010 | 110101 | 100111 |
Color Harmonies of #992F48
Complementary color
Monochromatic Colors of #992F48
Black with #992F48
Text Example
Text Example
White with #992F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F48; }
p { color: rgb(153,47,72); }
H1.HeaderClassName
{
color: #992F48;
}
.AnyTagClassName
{
color: #992F48;
}
</style>
background-color css
<style>
a { background-color: #992F48; }
a { background-color: rgb(153,47,72); }
div.DivClassName
{
background-color: #992F48;
}
.BgClassName
{
background-color: #992F48;
}
</style>
border-color css
<style>
span { border-color: #992F48; }
span { border-color: rgb(153,47,72); }
td.TdClassName
{
border-color: #992F48;
}
.TagClassName
{
border-color: #992F48;
}
</style>