Shades of Lipstick #9E1D44
Tints of Lipstick #9E1D44
RGB
CMYK
RGB Variations
Color information
#9E1D44 (or 0x9E1D44) is known color: Lipstick. HEX triplet: 9E, 1D and 44. RGB value is (158,29,68). Sum of RGB (Red+Green+Blue) = 158+29+68=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1D44 is #61E2BB. Grayscale: #474747. Windows color (decimal): -6415036 or 4464030. OLE color: 4464030.
HSL color Cylindrical-coordinate representation of color #9E1D44: hue angle of 341.86º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D44 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 68 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.38 |
| HSL | 341.86º | 0.69% | 0.37% | - |
| HSV(B) | 341.86º | 0.82% | 0.62% | - |
| XYZ | 15.58 | 8.57 | 6.3 | - |
| YUV | 72.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 68 | 0 | 0.82 | 0.57 | 0.38 | 341.86 | 0.69 | 0.37 |
| Hex | 9E | 1D | 44 | 0 | 52 | 39 | 26 | 156 | 45 | 25 |
| Octal | 236 | 35 | 104 | 0 | 122 | 71 | 46 | 526 | 105 | 45 |
| Binary | 10011110 | 11101 | 1000100 | 0 | 1010010 | 111001 | 100110 | 101010110 | 1000101 | 100101 |
Color Harmonies of #9E1D44
Complementary color
Monochromatic Colors of #9E1D44
Black with #9E1D44
Text Example
Text Example
White with #9E1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D44; }
p { color: rgb(158,29,68); }
H1.HeaderClassName
{
color: #9E1D44;
}
.AnyTagClassName
{
color: #9E1D44;
}
</style>
background-color css
<style>
a { background-color: #9E1D44; }
a { background-color: rgb(158,29,68); }
div.DivClassName
{
background-color: #9E1D44;
}
.BgClassName
{
background-color: #9E1D44;
}
</style>
border-color css
<style>
span { border-color: #9E1D44; }
span { border-color: rgb(158,29,68); }
td.TdClassName
{
border-color: #9E1D44;
}
.TagClassName
{
border-color: #9E1D44;
}
</style>