Shades of Lipstick #9E103D
Tints of Lipstick #9E103D
RGB
CMYK
RGB Variations
Color information
#9E103D (or 0x9E103D) is known color: Lipstick. HEX triplet: 9E, 10 and 3D. RGB value is (158,16,61). Sum of RGB (Red+Green+Blue) = 158+16+61=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E103D is #61EFC2. Grayscale: #3F3F3F. Windows color (decimal): -6418371 or 4001950. OLE color: 4001950.
HSL color Cylindrical-coordinate representation of color #9E103D: hue angle of 340.99º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E103D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 61 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.38 |
| HSL | 340.99º | 0.82% | 0.34% | - |
| HSV(B) | 340.99º | 0.9% | 0.62% | - |
| XYZ | 15.13 | 7.98 | 5.16 | - |
| YUV | 63.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 61 | 0 | 0.90 | 0.61 | 0.38 | 340.99 | 0.82 | 0.34 |
| Hex | 9E | 10 | 3D | 0 | 5A | 3D | 26 | 155 | 52 | 22 |
| Octal | 236 | 20 | 75 | 0 | 132 | 75 | 46 | 525 | 122 | 42 |
| Binary | 10011110 | 10000 | 111101 | 0 | 1011010 | 111101 | 100110 | 101010101 | 1010010 | 100010 |
Color Harmonies of #9E103D
Complementary color
Monochromatic Colors of #9E103D
Black with #9E103D
Text Example
Text Example
White with #9E103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E103D; }
p { color: rgb(158,16,61); }
H1.HeaderClassName
{
color: #9E103D;
}
.AnyTagClassName
{
color: #9E103D;
}
</style>
background-color css
<style>
a { background-color: #9E103D; }
a { background-color: rgb(158,16,61); }
div.DivClassName
{
background-color: #9E103D;
}
.BgClassName
{
background-color: #9E103D;
}
</style>
border-color css
<style>
span { border-color: #9E103D; }
span { border-color: rgb(158,16,61); }
td.TdClassName
{
border-color: #9E103D;
}
.TagClassName
{
border-color: #9E103D;
}
</style>