Shades of Lipstick #992652
Tints of Lipstick #992652
RGB
CMYK
RGB Variations
Color information
#992652 (or 0x992652) is known color: Lipstick. HEX triplet: 99, 26 and 52. RGB value is (153,38,82). Sum of RGB (Red+Green+Blue) = 153+38+82=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #992652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992652 is #66D9AD. Grayscale: #4D4D4D. Windows color (decimal): -6740398 or 5383833. OLE color: 5383833.
HSL color Cylindrical-coordinate representation of color #992652: hue angle of 337.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992652 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 82 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.4 |
| HSL | 337.04º | 0.6% | 0.37% | - |
| HSV(B) | 337.04º | 0.75% | 0.6% | - |
| XYZ | 15.35 | 8.77 | 8.87 | - |
| YUV | 77.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 82 | 0 | 0.75 | 0.46 | 0.4 | 337.04 | 0.6 | 0.37 |
| Hex | 99 | 26 | 52 | 0 | 4B | 2E | 28 | 151 | 3C | 25 |
| Octal | 231 | 46 | 122 | 0 | 113 | 56 | 50 | 521 | 74 | 45 |
| Binary | 10011001 | 100110 | 1010010 | 0 | 1001011 | 101110 | 101000 | 101010001 | 111100 | 100101 |
Color Harmonies of #992652
Complementary color
Monochromatic Colors of #992652
Black with #992652
Text Example
Text Example
White with #992652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992652; }
p { color: rgb(153,38,82); }
H1.HeaderClassName
{
color: #992652;
}
.AnyTagClassName
{
color: #992652;
}
</style>
background-color css
<style>
a { background-color: #992652; }
a { background-color: rgb(153,38,82); }
div.DivClassName
{
background-color: #992652;
}
.BgClassName
{
background-color: #992652;
}
</style>
border-color css
<style>
span { border-color: #992652; }
span { border-color: rgb(153,38,82); }
td.TdClassName
{
border-color: #992652;
}
.TagClassName
{
border-color: #992652;
}
</style>