Shades of Lipstick #991E4A
Tints of Lipstick #991E4A
RGB
CMYK
RGB Variations
Color information
#991E4A (or 0x991E4A) is known color: Lipstick. HEX triplet: 99, 1E and 4A. RGB value is (153,30,74). Sum of RGB (Red+Green+Blue) = 153+30+74=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E4A is #66E1B5. Grayscale: #474747. Windows color (decimal): -6742454 or 4857497. OLE color: 4857497.
HSL color Cylindrical-coordinate representation of color #991E4A: hue angle of 338.54º 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 #991E4A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 74 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.4 |
| HSL | 338.54º | 0.67% | 0.36% | - |
| HSV(B) | 338.54º | 0.8% | 0.6% | - |
| XYZ | 14.84 | 8.2 | 7.28 | - |
| YUV | 71.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 74 | 0 | 0.80 | 0.52 | 0.4 | 338.54 | 0.67 | 0.36 |
| Hex | 99 | 1E | 4A | 0 | 50 | 34 | 28 | 153 | 43 | 24 |
| Octal | 231 | 36 | 112 | 0 | 120 | 64 | 50 | 523 | 103 | 44 |
| Binary | 10011001 | 11110 | 1001010 | 0 | 1010000 | 110100 | 101000 | 101010011 | 1000011 | 100100 |
Color Harmonies of #991E4A
Complementary color
Monochromatic Colors of #991E4A
Black with #991E4A
Text Example
Text Example
White with #991E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E4A; }
p { color: rgb(153,30,74); }
H1.HeaderClassName
{
color: #991E4A;
}
.AnyTagClassName
{
color: #991E4A;
}
</style>
background-color css
<style>
a { background-color: #991E4A; }
a { background-color: rgb(153,30,74); }
div.DivClassName
{
background-color: #991E4A;
}
.BgClassName
{
background-color: #991E4A;
}
</style>
border-color css
<style>
span { border-color: #991E4A; }
span { border-color: rgb(153,30,74); }
td.TdClassName
{
border-color: #991E4A;
}
.TagClassName
{
border-color: #991E4A;
}
</style>