Shades of Lipstick #99194E
Tints of Lipstick #99194E
RGB
CMYK
RGB Variations
Color information
#99194E (or 0x99194E) is known color: Lipstick. HEX triplet: 99, 19 and 4E. RGB value is (153,25,78). Sum of RGB (Red+Green+Blue) = 153+25+78=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #99194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99194E is #66E6B1. Grayscale: #454545. Windows color (decimal): -6743730 or 5118361. OLE color: 5118361.
HSL color Cylindrical-coordinate representation of color #99194E: hue angle of 335.16º degrees, saturation: 0.72, 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 #99194E is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 78 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.4 |
| HSL | 335.16º | 0.72% | 0.35% | - |
| HSV(B) | 335.16º | 0.84% | 0.6% | - |
| XYZ | 14.86 | 8.02 | 7.97 | - |
| YUV | 69.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 78 | 0 | 0.84 | 0.49 | 0.4 | 335.16 | 0.72 | 0.35 |
| Hex | 99 | 19 | 4E | 0 | 54 | 31 | 28 | 14F | 48 | 23 |
| Octal | 231 | 31 | 116 | 0 | 124 | 61 | 50 | 517 | 110 | 43 |
| Binary | 10011001 | 11001 | 1001110 | 0 | 1010100 | 110001 | 101000 | 101001111 | 1001000 | 100011 |
Color Harmonies of #99194E
Complementary color
Monochromatic Colors of #99194E
Black with #99194E
Text Example
Text Example
White with #99194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99194E; }
p { color: rgb(153,25,78); }
H1.HeaderClassName
{
color: #99194E;
}
.AnyTagClassName
{
color: #99194E;
}
</style>
background-color css
<style>
a { background-color: #99194E; }
a { background-color: rgb(153,25,78); }
div.DivClassName
{
background-color: #99194E;
}
.BgClassName
{
background-color: #99194E;
}
</style>
border-color css
<style>
span { border-color: #99194E; }
span { border-color: rgb(153,25,78); }
td.TdClassName
{
border-color: #99194E;
}
.TagClassName
{
border-color: #99194E;
}
</style>