Shades of Lipstick #9E2B43
Tints of Lipstick #9E2B43
RGB
CMYK
RGB Variations
Color information
#9E2B43 (or 0x9E2B43) is known color: Lipstick. HEX triplet: 9E, 2B and 43. RGB value is (158,43,67). Sum of RGB (Red+Green+Blue) = 158+43+67=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B43 is #61D4BC. Grayscale: #505050. Windows color (decimal): -6411453 or 4402078. OLE color: 4402078.
HSL color Cylindrical-coordinate representation of color #9E2B43: hue angle of 347.48º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2B43 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 67 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.38 |
| HSL | 347.48º | 0.57% | 0.39% | - |
| HSV(B) | 347.48º | 0.73% | 0.62% | - |
| XYZ | 15.98 | 9.4 | 6.28 | - |
| YUV | 80.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 67 | 0 | 0.73 | 0.58 | 0.38 | 347.48 | 0.57 | 0.39 |
| Hex | 9E | 2B | 43 | 0 | 49 | 3A | 26 | 15B | 39 | 27 |
| Octal | 236 | 53 | 103 | 0 | 111 | 72 | 46 | 533 | 71 | 47 |
| Binary | 10011110 | 101011 | 1000011 | 0 | 1001001 | 111010 | 100110 | 101011011 | 111001 | 100111 |
Color Harmonies of #9E2B43
Complementary color
Monochromatic Colors of #9E2B43
Black with #9E2B43
Text Example
Text Example
White with #9E2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B43; }
p { color: rgb(158,43,67); }
H1.HeaderClassName
{
color: #9E2B43;
}
.AnyTagClassName
{
color: #9E2B43;
}
</style>
background-color css
<style>
a { background-color: #9E2B43; }
a { background-color: rgb(158,43,67); }
div.DivClassName
{
background-color: #9E2B43;
}
.BgClassName
{
background-color: #9E2B43;
}
</style>
border-color css
<style>
span { border-color: #9E2B43; }
span { border-color: rgb(158,43,67); }
td.TdClassName
{
border-color: #9E2B43;
}
.TagClassName
{
border-color: #9E2B43;
}
</style>