Shades of Lipstick #99184D
Tints of Lipstick #99184D
RGB
CMYK
RGB Variations
Color information
#99184D (or 0x99184D) is known color: Lipstick. HEX triplet: 99, 18 and 4D. RGB value is (153,24,77). Sum of RGB (Red+Green+Blue) = 153+24+77=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99184D is #66E7B2. Grayscale: #444444. Windows color (decimal): -6743987 or 5052569. OLE color: 5052569.
HSL color Cylindrical-coordinate representation of color #99184D: hue angle of 335.35º 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 #99184D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 77 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.4 |
| HSL | 335.35º | 0.73% | 0.35% | - |
| HSV(B) | 335.35º | 0.84% | 0.6% | - |
| XYZ | 14.8 | 7.96 | 7.78 | - |
| YUV | 68.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 77 | 0 | 0.84 | 0.50 | 0.4 | 335.35 | 0.73 | 0.35 |
| Hex | 99 | 18 | 4D | 0 | 54 | 32 | 28 | 14F | 49 | 23 |
| Octal | 231 | 30 | 115 | 0 | 124 | 62 | 50 | 517 | 111 | 43 |
| Binary | 10011001 | 11000 | 1001101 | 0 | 1010100 | 110010 | 101000 | 101001111 | 1001001 | 100011 |
Color Harmonies of #99184D
Complementary color
Monochromatic Colors of #99184D
Black with #99184D
Text Example
Text Example
White with #99184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99184D; }
p { color: rgb(153,24,77); }
H1.HeaderClassName
{
color: #99184D;
}
.AnyTagClassName
{
color: #99184D;
}
</style>
background-color css
<style>
a { background-color: #99184D; }
a { background-color: rgb(153,24,77); }
div.DivClassName
{
background-color: #99184D;
}
.BgClassName
{
background-color: #99184D;
}
</style>
border-color css
<style>
span { border-color: #99184D; }
span { border-color: rgb(153,24,77); }
td.TdClassName
{
border-color: #99184D;
}
.TagClassName
{
border-color: #99184D;
}
</style>