Shades of Lipstick #9E314F
Tints of Lipstick #9E314F
RGB
CMYK
RGB Variations
Color information
#9E314F (or 0x9E314F) is known color: Lipstick. HEX triplet: 9E, 31 and 4F. RGB value is (158,49,79). Sum of RGB (Red+Green+Blue) = 158+49+79=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E314F is #61CEB0. Grayscale: #555555. Windows color (decimal): -6409905 or 5190046. OLE color: 5190046.
HSL color Cylindrical-coordinate representation of color #9E314F: hue angle of 343.49º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E314F is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 79 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.38 |
| HSL | 343.49º | 0.53% | 0.41% | - |
| HSV(B) | 343.49º | 0.69% | 0.62% | - |
| XYZ | 16.61 | 10.03 | 8.46 | - |
| YUV | 85.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 79 | 0 | 0.69 | 0.50 | 0.38 | 343.49 | 0.53 | 0.41 |
| Hex | 9E | 31 | 4F | 0 | 45 | 32 | 26 | 157 | 35 | 29 |
| Octal | 236 | 61 | 117 | 0 | 105 | 62 | 46 | 527 | 65 | 51 |
| Binary | 10011110 | 110001 | 1001111 | 0 | 1000101 | 110010 | 100110 | 101010111 | 110101 | 101001 |
Color Harmonies of #9E314F
Complementary color
Monochromatic Colors of #9E314F
Black with #9E314F
Text Example
Text Example
White with #9E314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E314F; }
p { color: rgb(158,49,79); }
H1.HeaderClassName
{
color: #9E314F;
}
.AnyTagClassName
{
color: #9E314F;
}
</style>
background-color css
<style>
a { background-color: #9E314F; }
a { background-color: rgb(158,49,79); }
div.DivClassName
{
background-color: #9E314F;
}
.BgClassName
{
background-color: #9E314F;
}
</style>
border-color css
<style>
span { border-color: #9E314F; }
span { border-color: rgb(158,49,79); }
td.TdClassName
{
border-color: #9E314F;
}
.TagClassName
{
border-color: #9E314F;
}
</style>