Shades of Lipstick #991B51
Tints of Lipstick #991B51
RGB
CMYK
RGB Variations
Color information
#991B51 (or 0x991B51) is known color: Lipstick. HEX triplet: 99, 1B and 51. RGB value is (153,27,81). Sum of RGB (Red+Green+Blue) = 153+27+81=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #991B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B51 is #66E4AE. Grayscale: #464646. Windows color (decimal): -6743215 or 5315481. OLE color: 5315481.
HSL color Cylindrical-coordinate representation of color #991B51: hue angle of 334.29º degrees, saturation: 0.7, 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 #991B51 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 27 | 81 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.4 |
| HSL | 334.29º | 0.7% | 0.35% | - |
| HSV(B) | 334.29º | 0.82% | 0.6% | - |
| XYZ | 15.01 | 8.15 | 8.57 | - |
| YUV | 70.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 81 | 0 | 0.82 | 0.47 | 0.4 | 334.29 | 0.7 | 0.35 |
| Hex | 99 | 1B | 51 | 0 | 52 | 2F | 28 | 14E | 46 | 23 |
| Octal | 231 | 33 | 121 | 0 | 122 | 57 | 50 | 516 | 106 | 43 |
| Binary | 10011001 | 11011 | 1010001 | 0 | 1010010 | 101111 | 101000 | 101001110 | 1000110 | 100011 |
Color Harmonies of #991B51
Complementary color
Monochromatic Colors of #991B51
Black with #991B51
Text Example
Text Example
White with #991B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991B51; }
p { color: rgb(153,27,81); }
H1.HeaderClassName
{
color: #991B51;
}
.AnyTagClassName
{
color: #991B51;
}
</style>
background-color css
<style>
a { background-color: #991B51; }
a { background-color: rgb(153,27,81); }
div.DivClassName
{
background-color: #991B51;
}
.BgClassName
{
background-color: #991B51;
}
</style>
border-color css
<style>
span { border-color: #991B51; }
span { border-color: rgb(153,27,81); }
td.TdClassName
{
border-color: #991B51;
}
.TagClassName
{
border-color: #991B51;
}
</style>