Shades of Lipstick #991850
Tints of Lipstick #991850
RGB
CMYK
RGB Variations
Color information
#991850 (or 0x991850) is known color: Lipstick. HEX triplet: 99, 18 and 50. RGB value is (153,24,80). Sum of RGB (Red+Green+Blue) = 153+24+80=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991850 is #66E7AF. Grayscale: #444444. Windows color (decimal): -6743984 or 5249177. OLE color: 5249177.
HSL color Cylindrical-coordinate representation of color #991850: hue angle of 333.95º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991850 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 80 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.4 |
| HSL | 333.95º | 0.73% | 0.35% | - |
| HSV(B) | 333.95º | 0.84% | 0.6% | - |
| XYZ | 14.91 | 8 | 8.35 | - |
| YUV | 68.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 80 | 0 | 0.84 | 0.48 | 0.4 | 333.95 | 0.73 | 0.35 |
| Hex | 99 | 18 | 50 | 0 | 54 | 30 | 28 | 14E | 49 | 23 |
| Octal | 231 | 30 | 120 | 0 | 124 | 60 | 50 | 516 | 111 | 43 |
| Binary | 10011001 | 11000 | 1010000 | 0 | 1010100 | 110000 | 101000 | 101001110 | 1001001 | 100011 |
Color Harmonies of #991850
Complementary color
Monochromatic Colors of #991850
Black with #991850
Text Example
Text Example
White with #991850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991850; }
p { color: rgb(153,24,80); }
H1.HeaderClassName
{
color: #991850;
}
.AnyTagClassName
{
color: #991850;
}
</style>
background-color css
<style>
a { background-color: #991850; }
a { background-color: rgb(153,24,80); }
div.DivClassName
{
background-color: #991850;
}
.BgClassName
{
background-color: #991850;
}
</style>
border-color css
<style>
span { border-color: #991850; }
span { border-color: rgb(153,24,80); }
td.TdClassName
{
border-color: #991850;
}
.TagClassName
{
border-color: #991850;
}
</style>