Shades of Lipstick #991144
Tints of Lipstick #991144
RGB
CMYK
RGB Variations
Color information
#991144 (or 0x991144) is known color: Lipstick. HEX triplet: 99, 11 and 44. RGB value is (153,17,68). Sum of RGB (Red+Green+Blue) = 153+17+68=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #991144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991144 is #66EEBB. Grayscale: #3F3F3F. Windows color (decimal): -6745788 or 4460953. OLE color: 4460953.
HSL color Cylindrical-coordinate representation of color #991144: hue angle of 337.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991144 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 68 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.4 |
| HSL | 337.5º | 0.8% | 0.33% | - |
| HSV(B) | 337.5º | 0.89% | 0.6% | - |
| XYZ | 14.38 | 7.59 | 6.18 | - |
| YUV | 63.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 68 | 0 | 0.89 | 0.56 | 0.4 | 337.5 | 0.8 | 0.33 |
| Hex | 99 | 11 | 44 | 0 | 59 | 38 | 28 | 152 | 50 | 21 |
| Octal | 231 | 21 | 104 | 0 | 131 | 70 | 50 | 522 | 120 | 41 |
| Binary | 10011001 | 10001 | 1000100 | 0 | 1011001 | 111000 | 101000 | 101010010 | 1010000 | 100001 |
Color Harmonies of #991144
Complementary color
Monochromatic Colors of #991144
Black with #991144
Text Example
Text Example
White with #991144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991144; }
p { color: rgb(153,17,68); }
H1.HeaderClassName
{
color: #991144;
}
.AnyTagClassName
{
color: #991144;
}
</style>
background-color css
<style>
a { background-color: #991144; }
a { background-color: rgb(153,17,68); }
div.DivClassName
{
background-color: #991144;
}
.BgClassName
{
background-color: #991144;
}
</style>
border-color css
<style>
span { border-color: #991144; }
span { border-color: rgb(153,17,68); }
td.TdClassName
{
border-color: #991144;
}
.TagClassName
{
border-color: #991144;
}
</style>