Shades of Lipstick #991E4C
Tints of Lipstick #991E4C
RGB
CMYK
RGB Variations
Color information
#991E4C (or 0x991E4C) is known color: Lipstick. HEX triplet: 99, 1E and 4C. RGB value is (153,30,76). Sum of RGB (Red+Green+Blue) = 153+30+76=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #991E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E4C is #66E1B3. Grayscale: #474747. Windows color (decimal): -6742452 or 4988569. OLE color: 4988569.
HSL color Cylindrical-coordinate representation of color #991E4C: hue angle of 337.56º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E4C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 76 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.4 |
| HSL | 337.56º | 0.67% | 0.36% | - |
| HSV(B) | 337.56º | 0.8% | 0.6% | - |
| XYZ | 14.91 | 8.22 | 7.64 | - |
| YUV | 72.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 76 | 0 | 0.80 | 0.50 | 0.4 | 337.56 | 0.67 | 0.36 |
| Hex | 99 | 1E | 4C | 0 | 50 | 32 | 28 | 152 | 43 | 24 |
| Octal | 231 | 36 | 114 | 0 | 120 | 62 | 50 | 522 | 103 | 44 |
| Binary | 10011001 | 11110 | 1001100 | 0 | 1010000 | 110010 | 101000 | 101010010 | 1000011 | 100100 |
Color Harmonies of #991E4C
Complementary color
Monochromatic Colors of #991E4C
Black with #991E4C
Text Example
Text Example
White with #991E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E4C; }
p { color: rgb(153,30,76); }
H1.HeaderClassName
{
color: #991E4C;
}
.AnyTagClassName
{
color: #991E4C;
}
</style>
background-color css
<style>
a { background-color: #991E4C; }
a { background-color: rgb(153,30,76); }
div.DivClassName
{
background-color: #991E4C;
}
.BgClassName
{
background-color: #991E4C;
}
</style>
border-color css
<style>
span { border-color: #991E4C; }
span { border-color: rgb(153,30,76); }
td.TdClassName
{
border-color: #991E4C;
}
.TagClassName
{
border-color: #991E4C;
}
</style>