Shades of Lipstick #9E174B
Tints of Lipstick #9E174B
RGB
CMYK
RGB Variations
Color information
#9E174B (or 0x9E174B) is known color: Lipstick. HEX triplet: 9E, 17 and 4B. RGB value is (158,23,75). Sum of RGB (Red+Green+Blue) = 158+23+75=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E174B is #61E8B4. Grayscale: #454545. Windows color (decimal): -6416565 or 4921246. OLE color: 4921246.
HSL color Cylindrical-coordinate representation of color #9E174B: hue angle of 336.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E174B is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 75 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.38 |
| HSL | 336.89º | 0.75% | 0.35% | - |
| HSV(B) | 336.89º | 0.85% | 0.62% | - |
| XYZ | 15.68 | 8.39 | 7.45 | - |
| YUV | 69.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 75 | 0 | 0.85 | 0.53 | 0.38 | 336.89 | 0.75 | 0.35 |
| Hex | 9E | 17 | 4B | 0 | 55 | 35 | 26 | 151 | 4B | 23 |
| Octal | 236 | 27 | 113 | 0 | 125 | 65 | 46 | 521 | 113 | 43 |
| Binary | 10011110 | 10111 | 1001011 | 0 | 1010101 | 110101 | 100110 | 101010001 | 1001011 | 100011 |
Color Harmonies of #9E174B
Complementary color
Monochromatic Colors of #9E174B
Black with #9E174B
Text Example
Text Example
White with #9E174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E174B; }
p { color: rgb(158,23,75); }
H1.HeaderClassName
{
color: #9E174B;
}
.AnyTagClassName
{
color: #9E174B;
}
</style>
background-color css
<style>
a { background-color: #9E174B; }
a { background-color: rgb(158,23,75); }
div.DivClassName
{
background-color: #9E174B;
}
.BgClassName
{
background-color: #9E174B;
}
</style>
border-color css
<style>
span { border-color: #9E174B; }
span { border-color: rgb(158,23,75); }
td.TdClassName
{
border-color: #9E174B;
}
.TagClassName
{
border-color: #9E174B;
}
</style>