Shades of Lipstick #991E54
Tints of Lipstick #991E54
RGB
CMYK
RGB Variations
Color information
#991E54 (or 0x991E54) is known color: Lipstick. HEX triplet: 99, 1E and 54. RGB value is (153,30,84). Sum of RGB (Red+Green+Blue) = 153+30+84=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #991E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E54 is #66E1AB. Grayscale: #484848. Windows color (decimal): -6742444 or 5512857. OLE color: 5512857.
HSL color Cylindrical-coordinate representation of color #991E54: hue angle of 333.66º 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 #991E54 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 84 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.4 |
| HSL | 333.66º | 0.67% | 0.36% | - |
| HSV(B) | 333.66º | 0.8% | 0.6% | - |
| XYZ | 15.2 | 8.34 | 9.2 | - |
| YUV | 72.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 84 | 0 | 0.80 | 0.45 | 0.4 | 333.66 | 0.67 | 0.36 |
| Hex | 99 | 1E | 54 | 0 | 50 | 2D | 28 | 14E | 43 | 24 |
| Octal | 231 | 36 | 124 | 0 | 120 | 55 | 50 | 516 | 103 | 44 |
| Binary | 10011001 | 11110 | 1010100 | 0 | 1010000 | 101101 | 101000 | 101001110 | 1000011 | 100100 |
Color Harmonies of #991E54
Complementary color
Monochromatic Colors of #991E54
Black with #991E54
Text Example
Text Example
White with #991E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E54; }
p { color: rgb(153,30,84); }
H1.HeaderClassName
{
color: #991E54;
}
.AnyTagClassName
{
color: #991E54;
}
</style>
background-color css
<style>
a { background-color: #991E54; }
a { background-color: rgb(153,30,84); }
div.DivClassName
{
background-color: #991E54;
}
.BgClassName
{
background-color: #991E54;
}
</style>
border-color css
<style>
span { border-color: #991E54; }
span { border-color: rgb(153,30,84); }
td.TdClassName
{
border-color: #991E54;
}
.TagClassName
{
border-color: #991E54;
}
</style>