Shades of Lipstick #991C4D
Tints of Lipstick #991C4D
RGB
CMYK
RGB Variations
Color information
#991C4D (or 0x991C4D) is known color: Lipstick. HEX triplet: 99, 1C and 4D. RGB value is (153,28,77). Sum of RGB (Red+Green+Blue) = 153+28+77=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #991C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C4D is #66E3B2. Grayscale: #464646. Windows color (decimal): -6742963 or 5053593. OLE color: 5053593.
HSL color Cylindrical-coordinate representation of color #991C4D: hue angle of 336.48º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C4D is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 28 | 77 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.4 |
| HSL | 336.48º | 0.69% | 0.35% | - |
| HSV(B) | 336.48º | 0.82% | 0.6% | - |
| XYZ | 14.89 | 8.14 | 7.81 | - |
| YUV | 70.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 77 | 0 | 0.82 | 0.50 | 0.4 | 336.48 | 0.69 | 0.35 |
| Hex | 99 | 1C | 4D | 0 | 52 | 32 | 28 | 150 | 45 | 23 |
| Octal | 231 | 34 | 115 | 0 | 122 | 62 | 50 | 520 | 105 | 43 |
| Binary | 10011001 | 11100 | 1001101 | 0 | 1010010 | 110010 | 101000 | 101010000 | 1000101 | 100011 |
Color Harmonies of #991C4D
Complementary color
Monochromatic Colors of #991C4D
Black with #991C4D
Text Example
Text Example
White with #991C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991C4D; }
p { color: rgb(153,28,77); }
H1.HeaderClassName
{
color: #991C4D;
}
.AnyTagClassName
{
color: #991C4D;
}
</style>
background-color css
<style>
a { background-color: #991C4D; }
a { background-color: rgb(153,28,77); }
div.DivClassName
{
background-color: #991C4D;
}
.BgClassName
{
background-color: #991C4D;
}
</style>
border-color css
<style>
span { border-color: #991C4D; }
span { border-color: rgb(153,28,77); }
td.TdClassName
{
border-color: #991C4D;
}
.TagClassName
{
border-color: #991C4D;
}
</style>