Shades of Lipstick #991F4C
Tints of Lipstick #991F4C
RGB
CMYK
RGB Variations
Color information
#991F4C (or 0x991F4C) is known color: Lipstick. HEX triplet: 99, 1F and 4C. RGB value is (153,31,76). Sum of RGB (Red+Green+Blue) = 153+31+76=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #991F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991F4C is #66E0B3. Grayscale: #484848. Windows color (decimal): -6742196 or 4988825. OLE color: 4988825.
HSL color Cylindrical-coordinate representation of color #991F4C: hue angle of 337.87º degrees, saturation: 0.66, 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 #991F4C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 31 | 76 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.4 |
| HSL | 337.87º | 0.66% | 0.36% | - |
| HSV(B) | 337.87º | 0.8% | 0.6% | - |
| XYZ | 14.93 | 8.27 | 7.65 | - |
| YUV | 72.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 76 | 0 | 0.80 | 0.50 | 0.4 | 337.87 | 0.66 | 0.36 |
| Hex | 99 | 1F | 4C | 0 | 50 | 32 | 28 | 152 | 42 | 24 |
| Octal | 231 | 37 | 114 | 0 | 120 | 62 | 50 | 522 | 102 | 44 |
| Binary | 10011001 | 11111 | 1001100 | 0 | 1010000 | 110010 | 101000 | 101010010 | 1000010 | 100100 |
Color Harmonies of #991F4C
Complementary color
Monochromatic Colors of #991F4C
Black with #991F4C
Text Example
Text Example
White with #991F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991F4C; }
p { color: rgb(153,31,76); }
H1.HeaderClassName
{
color: #991F4C;
}
.AnyTagClassName
{
color: #991F4C;
}
</style>
background-color css
<style>
a { background-color: #991F4C; }
a { background-color: rgb(153,31,76); }
div.DivClassName
{
background-color: #991F4C;
}
.BgClassName
{
background-color: #991F4C;
}
</style>
border-color css
<style>
span { border-color: #991F4C; }
span { border-color: rgb(153,31,76); }
td.TdClassName
{
border-color: #991F4C;
}
.TagClassName
{
border-color: #991F4C;
}
</style>