Shades of Lipstick #99184A
Tints of Lipstick #99184A
RGB
CMYK
RGB Variations
Color information
#99184A (or 0x99184A) is known color: Lipstick. HEX triplet: 99, 18 and 4A. RGB value is (153,24,74). Sum of RGB (Red+Green+Blue) = 153+24+74=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99184A is #66E7B5. Grayscale: #444444. Windows color (decimal): -6743990 or 4855961. OLE color: 4855961.
HSL color Cylindrical-coordinate representation of color #99184A: hue angle of 336.74º 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 #99184A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 74 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.4 |
| HSL | 336.74º | 0.73% | 0.35% | - |
| HSV(B) | 336.74º | 0.84% | 0.6% | - |
| XYZ | 14.7 | 7.92 | 7.23 | - |
| YUV | 68.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 74 | 0 | 0.84 | 0.52 | 0.4 | 336.74 | 0.73 | 0.35 |
| Hex | 99 | 18 | 4A | 0 | 54 | 34 | 28 | 151 | 49 | 23 |
| Octal | 231 | 30 | 112 | 0 | 124 | 64 | 50 | 521 | 111 | 43 |
| Binary | 10011001 | 11000 | 1001010 | 0 | 1010100 | 110100 | 101000 | 101010001 | 1001001 | 100011 |
Color Harmonies of #99184A
Complementary color
Monochromatic Colors of #99184A
Black with #99184A
Text Example
Text Example
White with #99184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99184A; }
p { color: rgb(153,24,74); }
H1.HeaderClassName
{
color: #99184A;
}
.AnyTagClassName
{
color: #99184A;
}
</style>
background-color css
<style>
a { background-color: #99184A; }
a { background-color: rgb(153,24,74); }
div.DivClassName
{
background-color: #99184A;
}
.BgClassName
{
background-color: #99184A;
}
</style>
border-color css
<style>
span { border-color: #99184A; }
span { border-color: rgb(153,24,74); }
td.TdClassName
{
border-color: #99184A;
}
.TagClassName
{
border-color: #99184A;
}
</style>