Shades of Lipstick #9E184C
Tints of Lipstick #9E184C
RGB
CMYK
RGB Variations
Color information
#9E184C (or 0x9E184C) is known color: Lipstick. HEX triplet: 9E, 18 and 4C. RGB value is (158,24,76). Sum of RGB (Red+Green+Blue) = 158+24+76=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E184C is #61E7B3. Grayscale: #454545. Windows color (decimal): -6416308 or 4987038. OLE color: 4987038.
HSL color Cylindrical-coordinate representation of color #9E184C: hue angle of 336.72º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E184C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 76 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.38 |
| HSL | 336.72º | 0.74% | 0.36% | - |
| HSV(B) | 336.72º | 0.85% | 0.62% | - |
| XYZ | 15.73 | 8.44 | 7.64 | - |
| YUV | 69.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 76 | 0 | 0.85 | 0.52 | 0.38 | 336.72 | 0.74 | 0.36 |
| Hex | 9E | 18 | 4C | 0 | 55 | 34 | 26 | 151 | 4A | 24 |
| Octal | 236 | 30 | 114 | 0 | 125 | 64 | 46 | 521 | 112 | 44 |
| Binary | 10011110 | 11000 | 1001100 | 0 | 1010101 | 110100 | 100110 | 101010001 | 1001010 | 100100 |
Color Harmonies of #9E184C
Complementary color
Monochromatic Colors of #9E184C
Black with #9E184C
Text Example
Text Example
White with #9E184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E184C; }
p { color: rgb(158,24,76); }
H1.HeaderClassName
{
color: #9E184C;
}
.AnyTagClassName
{
color: #9E184C;
}
</style>
background-color css
<style>
a { background-color: #9E184C; }
a { background-color: rgb(158,24,76); }
div.DivClassName
{
background-color: #9E184C;
}
.BgClassName
{
background-color: #9E184C;
}
</style>
border-color css
<style>
span { border-color: #9E184C; }
span { border-color: rgb(158,24,76); }
td.TdClassName
{
border-color: #9E184C;
}
.TagClassName
{
border-color: #9E184C;
}
</style>