Shades of Lipstick #9E284D
Tints of Lipstick #9E284D
RGB
CMYK
RGB Variations
Color information
#9E284D (or 0x9E284D) is known color: Lipstick. HEX triplet: 9E, 28 and 4D. RGB value is (158,40,77). Sum of RGB (Red+Green+Blue) = 158+40+77=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E284D is #61D7B2. Grayscale: #4F4F4F. Windows color (decimal): -6412211 or 5056670. OLE color: 5056670.
HSL color Cylindrical-coordinate representation of color #9E284D: hue angle of 341.19º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E284D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 77 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.38 |
| HSL | 341.19º | 0.6% | 0.39% | - |
| HSV(B) | 341.19º | 0.75% | 0.62% | - |
| XYZ | 16.2 | 9.32 | 7.97 | - |
| YUV | 79.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 77 | 0 | 0.75 | 0.51 | 0.38 | 341.19 | 0.6 | 0.39 |
| Hex | 9E | 28 | 4D | 0 | 4B | 33 | 26 | 155 | 3C | 27 |
| Octal | 236 | 50 | 115 | 0 | 113 | 63 | 46 | 525 | 74 | 47 |
| Binary | 10011110 | 101000 | 1001101 | 0 | 1001011 | 110011 | 100110 | 101010101 | 111100 | 100111 |
Color Harmonies of #9E284D
Complementary color
Monochromatic Colors of #9E284D
Black with #9E284D
Text Example
Text Example
White with #9E284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E284D; }
p { color: rgb(158,40,77); }
H1.HeaderClassName
{
color: #9E284D;
}
.AnyTagClassName
{
color: #9E284D;
}
</style>
background-color css
<style>
a { background-color: #9E284D; }
a { background-color: rgb(158,40,77); }
div.DivClassName
{
background-color: #9E284D;
}
.BgClassName
{
background-color: #9E284D;
}
</style>
border-color css
<style>
span { border-color: #9E284D; }
span { border-color: rgb(158,40,77); }
td.TdClassName
{
border-color: #9E284D;
}
.TagClassName
{
border-color: #9E284D;
}
</style>