Shades of Lipstick #9E2642
Tints of Lipstick #9E2642
RGB
CMYK
RGB Variations
Color information
#9E2642 (or 0x9E2642) is known color: Lipstick. HEX triplet: 9E, 26 and 42. RGB value is (158,38,66). Sum of RGB (Red+Green+Blue) = 158+38+66=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2642 is #61D9BD. Grayscale: #4D4D4D. Windows color (decimal): -6412734 or 4335262. OLE color: 4335262.
HSL color Cylindrical-coordinate representation of color #9E2642: hue angle of 346º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2642 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 66 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.38 |
| HSL | 346º | 0.61% | 0.38% | - |
| HSV(B) | 346º | 0.76% | 0.62% | - |
| XYZ | 15.78 | 9.05 | 6.07 | - |
| YUV | 77.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 66 | 0 | 0.76 | 0.58 | 0.38 | 346 | 0.61 | 0.38 |
| Hex | 9E | 26 | 42 | 0 | 4C | 3A | 26 | 15A | 3D | 26 |
| Octal | 236 | 46 | 102 | 0 | 114 | 72 | 46 | 532 | 75 | 46 |
| Binary | 10011110 | 100110 | 1000010 | 0 | 1001100 | 111010 | 100110 | 101011010 | 111101 | 100110 |
Color Harmonies of #9E2642
Complementary color
Monochromatic Colors of #9E2642
Black with #9E2642
Text Example
Text Example
White with #9E2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2642; }
p { color: rgb(158,38,66); }
H1.HeaderClassName
{
color: #9E2642;
}
.AnyTagClassName
{
color: #9E2642;
}
</style>
background-color css
<style>
a { background-color: #9E2642; }
a { background-color: rgb(158,38,66); }
div.DivClassName
{
background-color: #9E2642;
}
.BgClassName
{
background-color: #9E2642;
}
</style>
border-color css
<style>
span { border-color: #9E2642; }
span { border-color: rgb(158,38,66); }
td.TdClassName
{
border-color: #9E2642;
}
.TagClassName
{
border-color: #9E2642;
}
</style>