Shades of Lipstick #991D4D
Tints of Lipstick #991D4D
RGB
CMYK
RGB Variations
Color information
#991D4D (or 0x991D4D) is known color: Lipstick. HEX triplet: 99, 1D and 4D. RGB value is (153,29,77). Sum of RGB (Red+Green+Blue) = 153+29+77=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #991D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D4D is #66E2B2. Grayscale: #474747. Windows color (decimal): -6742707 or 5053849. OLE color: 5053849.
HSL color Cylindrical-coordinate representation of color #991D4D: hue angle of 336.77º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D4D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 77 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.4 |
| HSL | 336.77º | 0.68% | 0.36% | - |
| HSV(B) | 336.77º | 0.81% | 0.6% | - |
| XYZ | 14.92 | 8.19 | 7.82 | - |
| YUV | 71.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 77 | 0 | 0.81 | 0.50 | 0.4 | 336.77 | 0.68 | 0.36 |
| Hex | 99 | 1D | 4D | 0 | 51 | 32 | 28 | 151 | 44 | 24 |
| Octal | 231 | 35 | 115 | 0 | 121 | 62 | 50 | 521 | 104 | 44 |
| Binary | 10011001 | 11101 | 1001101 | 0 | 1010001 | 110010 | 101000 | 101010001 | 1000100 | 100100 |
Color Harmonies of #991D4D
Complementary color
Monochromatic Colors of #991D4D
Black with #991D4D
Text Example
Text Example
White with #991D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D4D; }
p { color: rgb(153,29,77); }
H1.HeaderClassName
{
color: #991D4D;
}
.AnyTagClassName
{
color: #991D4D;
}
</style>
background-color css
<style>
a { background-color: #991D4D; }
a { background-color: rgb(153,29,77); }
div.DivClassName
{
background-color: #991D4D;
}
.BgClassName
{
background-color: #991D4D;
}
</style>
border-color css
<style>
span { border-color: #991D4D; }
span { border-color: rgb(153,29,77); }
td.TdClassName
{
border-color: #991D4D;
}
.TagClassName
{
border-color: #991D4D;
}
</style>