Shades of Lipstick #991B49
Tints of Lipstick #991B49
RGB
CMYK
RGB Variations
Color information
#991B49 (or 0x991B49) is known color: Lipstick. HEX triplet: 99, 1B and 49. RGB value is (153,27,73). Sum of RGB (Red+Green+Blue) = 153+27+73=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #991B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B49 is #66E4B6. Grayscale: #454545. Windows color (decimal): -6743223 or 4791193. OLE color: 4791193.
HSL color Cylindrical-coordinate representation of color #991B49: hue angle of 338.1º 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 #991B49 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 27 | 73 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.4 |
| HSL | 338.1º | 0.7% | 0.35% | - |
| HSV(B) | 338.1º | 0.82% | 0.6% | - |
| XYZ | 14.73 | 8.04 | 7.08 | - |
| YUV | 69.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 73 | 0 | 0.82 | 0.52 | 0.4 | 338.1 | 0.7 | 0.35 |
| Hex | 99 | 1B | 49 | 0 | 52 | 34 | 28 | 152 | 46 | 23 |
| Octal | 231 | 33 | 111 | 0 | 122 | 64 | 50 | 522 | 106 | 43 |
| Binary | 10011001 | 11011 | 1001001 | 0 | 1010010 | 110100 | 101000 | 101010010 | 1000110 | 100011 |
Color Harmonies of #991B49
Complementary color
Monochromatic Colors of #991B49
Black with #991B49
Text Example
Text Example
White with #991B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991B49; }
p { color: rgb(153,27,73); }
H1.HeaderClassName
{
color: #991B49;
}
.AnyTagClassName
{
color: #991B49;
}
</style>
background-color css
<style>
a { background-color: #991B49; }
a { background-color: rgb(153,27,73); }
div.DivClassName
{
background-color: #991B49;
}
.BgClassName
{
background-color: #991B49;
}
</style>
border-color css
<style>
span { border-color: #991B49; }
span { border-color: rgb(153,27,73); }
td.TdClassName
{
border-color: #991B49;
}
.TagClassName
{
border-color: #991B49;
}
</style>