Shades of Lipstick #9E274C
Tints of Lipstick #9E274C
RGB
CMYK
RGB Variations
Color information
#9E274C (or 0x9E274C) is known color: Lipstick. HEX triplet: 9E, 27 and 4C. RGB value is (158,39,76). Sum of RGB (Red+Green+Blue) = 158+39+76=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E274C is #61D8B3. Grayscale: #4E4E4E. Windows color (decimal): -6412468 or 4990878. OLE color: 4990878.
HSL color Cylindrical-coordinate representation of color #9E274C: hue angle of 341.34º 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 #9E274C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 76 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.38 |
| HSL | 341.34º | 0.6% | 0.39% | - |
| HSV(B) | 341.34º | 0.75% | 0.62% | - |
| XYZ | 16.13 | 9.24 | 7.77 | - |
| YUV | 78.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 76 | 0 | 0.75 | 0.52 | 0.38 | 341.34 | 0.6 | 0.39 |
| Hex | 9E | 27 | 4C | 0 | 4B | 34 | 26 | 155 | 3C | 27 |
| Octal | 236 | 47 | 114 | 0 | 113 | 64 | 46 | 525 | 74 | 47 |
| Binary | 10011110 | 100111 | 1001100 | 0 | 1001011 | 110100 | 100110 | 101010101 | 111100 | 100111 |
Color Harmonies of #9E274C
Complementary color
Monochromatic Colors of #9E274C
Black with #9E274C
Text Example
Text Example
White with #9E274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E274C; }
p { color: rgb(158,39,76); }
H1.HeaderClassName
{
color: #9E274C;
}
.AnyTagClassName
{
color: #9E274C;
}
</style>
background-color css
<style>
a { background-color: #9E274C; }
a { background-color: rgb(158,39,76); }
div.DivClassName
{
background-color: #9E274C;
}
.BgClassName
{
background-color: #9E274C;
}
</style>
border-color css
<style>
span { border-color: #9E274C; }
span { border-color: rgb(158,39,76); }
td.TdClassName
{
border-color: #9E274C;
}
.TagClassName
{
border-color: #9E274C;
}
</style>