Shades of Lipstick #9E3359
Tints of Lipstick #9E3359
RGB
CMYK
RGB Variations
Color information
#9E3359 (or 0x9E3359) is known color: Lipstick. HEX triplet: 9E, 33 and 59. RGB value is (158,51,89). Sum of RGB (Red+Green+Blue) = 158+51+89=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3359 is #61CCA6. Grayscale: #575757. Windows color (decimal): -6409383 or 5845918. OLE color: 5845918.
HSL color Cylindrical-coordinate representation of color #9E3359: hue angle of 338.69º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3359 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 89 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.38 |
| HSL | 338.69º | 0.51% | 0.41% | - |
| HSV(B) | 338.69º | 0.68% | 0.62% | - |
| XYZ | 17.09 | 10.36 | 10.55 | - |
| YUV | 87.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 89 | 0 | 0.68 | 0.44 | 0.38 | 338.69 | 0.51 | 0.41 |
| Hex | 9E | 33 | 59 | 0 | 44 | 2C | 26 | 153 | 33 | 29 |
| Octal | 236 | 63 | 131 | 0 | 104 | 54 | 46 | 523 | 63 | 51 |
| Binary | 10011110 | 110011 | 1011001 | 0 | 1000100 | 101100 | 100110 | 101010011 | 110011 | 101001 |
Color Harmonies of #9E3359
Complementary color
Monochromatic Colors of #9E3359
Black with #9E3359
Text Example
Text Example
White with #9E3359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3359; }
p { color: rgb(158,51,89); }
H1.HeaderClassName
{
color: #9E3359;
}
.AnyTagClassName
{
color: #9E3359;
}
</style>
background-color css
<style>
a { background-color: #9E3359; }
a { background-color: rgb(158,51,89); }
div.DivClassName
{
background-color: #9E3359;
}
.BgClassName
{
background-color: #9E3359;
}
</style>
border-color css
<style>
span { border-color: #9E3359; }
span { border-color: rgb(158,51,89); }
td.TdClassName
{
border-color: #9E3359;
}
.TagClassName
{
border-color: #9E3359;
}
</style>