Shades of Lipstick #991F57
Tints of Lipstick #991F57
RGB
CMYK
RGB Variations
Color information
#991F57 (or 0x991F57) is known color: Lipstick. HEX triplet: 99, 1F and 57. RGB value is (153,31,87). Sum of RGB (Red+Green+Blue) = 153+31+87=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #991F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991F57 is #66E0A8. Grayscale: #494949. Windows color (decimal): -6742185 or 5709721. OLE color: 5709721.
HSL color Cylindrical-coordinate representation of color #991F57: hue angle of 332.46º 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 #991F57 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 31 | 87 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.4 |
| HSL | 332.46º | 0.66% | 0.36% | - |
| HSV(B) | 332.46º | 0.8% | 0.6% | - |
| XYZ | 15.35 | 8.44 | 9.84 | - |
| YUV | 73.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 87 | 0 | 0.80 | 0.43 | 0.4 | 332.46 | 0.66 | 0.36 |
| Hex | 99 | 1F | 57 | 0 | 50 | 2B | 28 | 14C | 42 | 24 |
| Octal | 231 | 37 | 127 | 0 | 120 | 53 | 50 | 514 | 102 | 44 |
| Binary | 10011001 | 11111 | 1010111 | 0 | 1010000 | 101011 | 101000 | 101001100 | 1000010 | 100100 |
Color Harmonies of #991F57
Complementary color
Monochromatic Colors of #991F57
Black with #991F57
Text Example
Text Example
White with #991F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991F57; }
p { color: rgb(153,31,87); }
H1.HeaderClassName
{
color: #991F57;
}
.AnyTagClassName
{
color: #991F57;
}
</style>
background-color css
<style>
a { background-color: #991F57; }
a { background-color: rgb(153,31,87); }
div.DivClassName
{
background-color: #991F57;
}
.BgClassName
{
background-color: #991F57;
}
</style>
border-color css
<style>
span { border-color: #991F57; }
span { border-color: rgb(153,31,87); }
td.TdClassName
{
border-color: #991F57;
}
.TagClassName
{
border-color: #991F57;
}
</style>