Shades of Lipstick #9E274D
Tints of Lipstick #9E274D
RGB
CMYK
RGB Variations
Color information
#9E274D (or 0x9E274D) is known color: Lipstick. HEX triplet: 9E, 27 and 4D. RGB value is (158,39,77). Sum of RGB (Red+Green+Blue) = 158+39+77=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E274D is #61D8B2. Grayscale: #4E4E4E. Windows color (decimal): -6412467 or 5056414. OLE color: 5056414.
HSL color Cylindrical-coordinate representation of color #9E274D: hue angle of 340.84º 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 #9E274D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 77 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.38 |
| HSL | 340.84º | 0.6% | 0.39% | - |
| HSV(B) | 340.84º | 0.75% | 0.62% | - |
| XYZ | 16.17 | 9.26 | 7.96 | - |
| YUV | 78.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 77 | 0 | 0.75 | 0.51 | 0.38 | 340.84 | 0.6 | 0.39 |
| Hex | 9E | 27 | 4D | 0 | 4B | 33 | 26 | 155 | 3C | 27 |
| Octal | 236 | 47 | 115 | 0 | 113 | 63 | 46 | 525 | 74 | 47 |
| Binary | 10011110 | 100111 | 1001101 | 0 | 1001011 | 110011 | 100110 | 101010101 | 111100 | 100111 |
Color Harmonies of #9E274D
Complementary color
Monochromatic Colors of #9E274D
Black with #9E274D
Text Example
Text Example
White with #9E274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E274D; }
p { color: rgb(158,39,77); }
H1.HeaderClassName
{
color: #9E274D;
}
.AnyTagClassName
{
color: #9E274D;
}
</style>
background-color css
<style>
a { background-color: #9E274D; }
a { background-color: rgb(158,39,77); }
div.DivClassName
{
background-color: #9E274D;
}
.BgClassName
{
background-color: #9E274D;
}
</style>
border-color css
<style>
span { border-color: #9E274D; }
span { border-color: rgb(158,39,77); }
td.TdClassName
{
border-color: #9E274D;
}
.TagClassName
{
border-color: #9E274D;
}
</style>