Shades of Lipstick #991E4D
Tints of Lipstick #991E4D
RGB
CMYK
RGB Variations
Color information
#991E4D (or 0x991E4D) is known color: Lipstick. HEX triplet: 99, 1E and 4D. RGB value is (153,30,77). Sum of RGB (Red+Green+Blue) = 153+30+77=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #991E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E4D is #66E1B2. Grayscale: #484848. Windows color (decimal): -6742451 or 5054105. OLE color: 5054105.
HSL color Cylindrical-coordinate representation of color #991E4D: hue angle of 337.07º 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 #991E4D is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 77 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.4 |
| HSL | 337.07º | 0.67% | 0.36% | - |
| HSV(B) | 337.07º | 0.8% | 0.6% | - |
| XYZ | 14.94 | 8.24 | 7.82 | - |
| YUV | 72.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 77 | 0 | 0.80 | 0.50 | 0.4 | 337.07 | 0.67 | 0.36 |
| Hex | 99 | 1E | 4D | 0 | 50 | 32 | 28 | 151 | 43 | 24 |
| Octal | 231 | 36 | 115 | 0 | 120 | 62 | 50 | 521 | 103 | 44 |
| Binary | 10011001 | 11110 | 1001101 | 0 | 1010000 | 110010 | 101000 | 101010001 | 1000011 | 100100 |
Color Harmonies of #991E4D
Complementary color
Monochromatic Colors of #991E4D
Black with #991E4D
Text Example
Text Example
White with #991E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E4D; }
p { color: rgb(153,30,77); }
H1.HeaderClassName
{
color: #991E4D;
}
.AnyTagClassName
{
color: #991E4D;
}
</style>
background-color css
<style>
a { background-color: #991E4D; }
a { background-color: rgb(153,30,77); }
div.DivClassName
{
background-color: #991E4D;
}
.BgClassName
{
background-color: #991E4D;
}
</style>
border-color css
<style>
span { border-color: #991E4D; }
span { border-color: rgb(153,30,77); }
td.TdClassName
{
border-color: #991E4D;
}
.TagClassName
{
border-color: #991E4D;
}
</style>