Shades of Lipstick #9E184A
Tints of Lipstick #9E184A
RGB
CMYK
RGB Variations
Color information
#9E184A (or 0x9E184A) is known color: Lipstick. HEX triplet: 9E, 18 and 4A. RGB value is (158,24,74). Sum of RGB (Red+Green+Blue) = 158+24+74=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E184A is #61E7B5. Grayscale: #454545. Windows color (decimal): -6416310 or 4855966. OLE color: 4855966.
HSL color Cylindrical-coordinate representation of color #9E184A: hue angle of 337.61º 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 #9E184A is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 74 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.38 |
| HSL | 337.61º | 0.74% | 0.36% | - |
| HSV(B) | 337.61º | 0.85% | 0.62% | - |
| XYZ | 15.66 | 8.42 | 7.28 | - |
| YUV | 69.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 74 | 0 | 0.85 | 0.53 | 0.38 | 337.61 | 0.74 | 0.36 |
| Hex | 9E | 18 | 4A | 0 | 55 | 35 | 26 | 152 | 4A | 24 |
| Octal | 236 | 30 | 112 | 0 | 125 | 65 | 46 | 522 | 112 | 44 |
| Binary | 10011110 | 11000 | 1001010 | 0 | 1010101 | 110101 | 100110 | 101010010 | 1001010 | 100100 |
Color Harmonies of #9E184A
Complementary color
Monochromatic Colors of #9E184A
Black with #9E184A
Text Example
Text Example
White with #9E184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E184A; }
p { color: rgb(158,24,74); }
H1.HeaderClassName
{
color: #9E184A;
}
.AnyTagClassName
{
color: #9E184A;
}
</style>
background-color css
<style>
a { background-color: #9E184A; }
a { background-color: rgb(158,24,74); }
div.DivClassName
{
background-color: #9E184A;
}
.BgClassName
{
background-color: #9E184A;
}
</style>
border-color css
<style>
span { border-color: #9E184A; }
span { border-color: rgb(158,24,74); }
td.TdClassName
{
border-color: #9E184A;
}
.TagClassName
{
border-color: #9E184A;
}
</style>