Shades of Lipstick #9E2643
Tints of Lipstick #9E2643
RGB
CMYK
RGB Variations
Color information
#9E2643 (or 0x9E2643) is known color: Lipstick. HEX triplet: 9E, 26 and 43. RGB value is (158,38,67). Sum of RGB (Red+Green+Blue) = 158+38+67=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2643 is #61D9BC. Grayscale: #4D4D4D. Windows color (decimal): -6412733 or 4400798. OLE color: 4400798.
HSL color Cylindrical-coordinate representation of color #9E2643: hue angle of 345.5º 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 #9E2643 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 67 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.38 |
| HSL | 345.5º | 0.61% | 0.38% | - |
| HSV(B) | 345.5º | 0.76% | 0.62% | - |
| XYZ | 15.81 | 9.06 | 6.23 | - |
| YUV | 77.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 67 | 0 | 0.76 | 0.58 | 0.38 | 345.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 43 | 0 | 4C | 3A | 26 | 15A | 3D | 26 |
| Octal | 236 | 46 | 103 | 0 | 114 | 72 | 46 | 532 | 75 | 46 |
| Binary | 10011110 | 100110 | 1000011 | 0 | 1001100 | 111010 | 100110 | 101011010 | 111101 | 100110 |
Color Harmonies of #9E2643
Complementary color
Monochromatic Colors of #9E2643
Black with #9E2643
Text Example
Text Example
White with #9E2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2643; }
p { color: rgb(158,38,67); }
H1.HeaderClassName
{
color: #9E2643;
}
.AnyTagClassName
{
color: #9E2643;
}
</style>
background-color css
<style>
a { background-color: #9E2643; }
a { background-color: rgb(158,38,67); }
div.DivClassName
{
background-color: #9E2643;
}
.BgClassName
{
background-color: #9E2643;
}
</style>
border-color css
<style>
span { border-color: #9E2643; }
span { border-color: rgb(158,38,67); }
td.TdClassName
{
border-color: #9E2643;
}
.TagClassName
{
border-color: #9E2643;
}
</style>