Shades of Lipstick #9E1B48
Tints of Lipstick #9E1B48
RGB
CMYK
RGB Variations
Color information
#9E1B48 (or 0x9E1B48) is known color: Lipstick. HEX triplet: 9E, 1B and 48. RGB value is (158,27,72). Sum of RGB (Red+Green+Blue) = 158+27+72=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1B48 is #61E4B7. Grayscale: #474747. Windows color (decimal): -6415544 or 4725662. OLE color: 4725662.
HSL color Cylindrical-coordinate representation of color #9E1B48: hue angle of 339.39º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E1B48 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 27 | 72 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.38 |
| HSL | 339.39º | 0.71% | 0.36% | - |
| HSV(B) | 339.39º | 0.83% | 0.62% | - |
| XYZ | 15.66 | 8.52 | 6.95 | - |
| YUV | 71.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 72 | 0 | 0.83 | 0.54 | 0.38 | 339.39 | 0.71 | 0.36 |
| Hex | 9E | 1B | 48 | 0 | 53 | 36 | 26 | 153 | 47 | 24 |
| Octal | 236 | 33 | 110 | 0 | 123 | 66 | 46 | 523 | 107 | 44 |
| Binary | 10011110 | 11011 | 1001000 | 0 | 1010011 | 110110 | 100110 | 101010011 | 1000111 | 100100 |
Color Harmonies of #9E1B48
Complementary color
Monochromatic Colors of #9E1B48
Black with #9E1B48
Text Example
Text Example
White with #9E1B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1B48; }
p { color: rgb(158,27,72); }
H1.HeaderClassName
{
color: #9E1B48;
}
.AnyTagClassName
{
color: #9E1B48;
}
</style>
background-color css
<style>
a { background-color: #9E1B48; }
a { background-color: rgb(158,27,72); }
div.DivClassName
{
background-color: #9E1B48;
}
.BgClassName
{
background-color: #9E1B48;
}
</style>
border-color css
<style>
span { border-color: #9E1B48; }
span { border-color: rgb(158,27,72); }
td.TdClassName
{
border-color: #9E1B48;
}
.TagClassName
{
border-color: #9E1B48;
}
</style>