Shades of Lipstick #9E345B
Tints of Lipstick #9E345B
RGB
CMYK
RGB Variations
Color information
#9E345B (or 0x9E345B) is known color: Lipstick. HEX triplet: 9E, 34 and 5B. RGB value is (158,52,91). Sum of RGB (Red+Green+Blue) = 158+52+91=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E345B is #61CBA4. Grayscale: #585858. Windows color (decimal): -6409125 or 5977246. OLE color: 5977246.
HSL color Cylindrical-coordinate representation of color #9E345B: hue angle of 337.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E345B is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 91 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.38 |
| HSL | 337.92º | 0.5% | 0.41% | - |
| HSV(B) | 337.92º | 0.67% | 0.62% | - |
| XYZ | 17.22 | 10.48 | 11.01 | - |
| YUV | 88.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 91 | 0 | 0.67 | 0.42 | 0.38 | 337.92 | 0.5 | 0.41 |
| Hex | 9E | 34 | 5B | 0 | 43 | 2A | 26 | 152 | 32 | 29 |
| Octal | 236 | 64 | 133 | 0 | 103 | 52 | 46 | 522 | 62 | 51 |
| Binary | 10011110 | 110100 | 1011011 | 0 | 1000011 | 101010 | 100110 | 101010010 | 110010 | 101001 |
Color Harmonies of #9E345B
Complementary color
Monochromatic Colors of #9E345B
Black with #9E345B
Text Example
Text Example
White with #9E345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E345B; }
p { color: rgb(158,52,91); }
H1.HeaderClassName
{
color: #9E345B;
}
.AnyTagClassName
{
color: #9E345B;
}
</style>
background-color css
<style>
a { background-color: #9E345B; }
a { background-color: rgb(158,52,91); }
div.DivClassName
{
background-color: #9E345B;
}
.BgClassName
{
background-color: #9E345B;
}
</style>
border-color css
<style>
span { border-color: #9E345B; }
span { border-color: rgb(158,52,91); }
td.TdClassName
{
border-color: #9E345B;
}
.TagClassName
{
border-color: #9E345B;
}
</style>