Shades of Lipstick #9E1344
Tints of Lipstick #9E1344
RGB
CMYK
RGB Variations
Color information
#9E1344 (or 0x9E1344) is known color: Lipstick. HEX triplet: 9E, 13 and 44. RGB value is (158,19,68). Sum of RGB (Red+Green+Blue) = 158+19+68=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1344 is #61ECBB. Grayscale: #424242. Windows color (decimal): -6417596 or 4461470. OLE color: 4461470.
HSL color Cylindrical-coordinate representation of color #9E1344: hue angle of 338.85º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1344 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 68 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.38 |
| HSL | 338.85º | 0.79% | 0.35% | - |
| HSV(B) | 338.85º | 0.88% | 0.62% | - |
| XYZ | 15.38 | 8.15 | 6.23 | - |
| YUV | 66.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 68 | 0 | 0.88 | 0.57 | 0.38 | 338.85 | 0.79 | 0.35 |
| Hex | 9E | 13 | 44 | 0 | 58 | 39 | 26 | 153 | 4F | 23 |
| Octal | 236 | 23 | 104 | 0 | 130 | 71 | 46 | 523 | 117 | 43 |
| Binary | 10011110 | 10011 | 1000100 | 0 | 1011000 | 111001 | 100110 | 101010011 | 1001111 | 100011 |
Color Harmonies of #9E1344
Complementary color
Monochromatic Colors of #9E1344
Black with #9E1344
Text Example
Text Example
White with #9E1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1344; }
p { color: rgb(158,19,68); }
H1.HeaderClassName
{
color: #9E1344;
}
.AnyTagClassName
{
color: #9E1344;
}
</style>
background-color css
<style>
a { background-color: #9E1344; }
a { background-color: rgb(158,19,68); }
div.DivClassName
{
background-color: #9E1344;
}
.BgClassName
{
background-color: #9E1344;
}
</style>
border-color css
<style>
span { border-color: #9E1344; }
span { border-color: rgb(158,19,68); }
td.TdClassName
{
border-color: #9E1344;
}
.TagClassName
{
border-color: #9E1344;
}
</style>