Shades of Lipstick #9D1742
Tints of Lipstick #9D1742
RGB
CMYK
RGB Variations
Color information
#9D1742 (or 0x9D1742) is known color: Lipstick. HEX triplet: 9D, 17 and 42. RGB value is (157,23,66). Sum of RGB (Red+Green+Blue) = 157+23+66=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1742 is #62E8BD. Grayscale: #434343. Windows color (decimal): -6482110 or 4331421. OLE color: 4331421.
HSL color Cylindrical-coordinate representation of color #9D1742: hue angle of 340.75º degrees, saturation: 0.74, 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 #9D1742 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 23 | 66 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.38 |
| HSL | 340.75º | 0.74% | 0.35% | - |
| HSV(B) | 340.75º | 0.85% | 0.62% | - |
| XYZ | 15.19 | 8.17 | 5.93 | - |
| YUV | 67.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 23 | 66 | 0 | 0.85 | 0.58 | 0.38 | 340.75 | 0.74 | 0.35 |
| Hex | 9D | 17 | 42 | 0 | 55 | 3A | 26 | 155 | 4A | 23 |
| Octal | 235 | 27 | 102 | 0 | 125 | 72 | 46 | 525 | 112 | 43 |
| Binary | 10011101 | 10111 | 1000010 | 0 | 1010101 | 111010 | 100110 | 101010101 | 1001010 | 100011 |
Color Harmonies of #9D1742
Complementary color
Monochromatic Colors of #9D1742
Black with #9D1742
Text Example
Text Example
White with #9D1742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1742; }
p { color: rgb(157,23,66); }
H1.HeaderClassName
{
color: #9D1742;
}
.AnyTagClassName
{
color: #9D1742;
}
</style>
background-color css
<style>
a { background-color: #9D1742; }
a { background-color: rgb(157,23,66); }
div.DivClassName
{
background-color: #9D1742;
}
.BgClassName
{
background-color: #9D1742;
}
</style>
border-color css
<style>
span { border-color: #9D1742; }
span { border-color: rgb(157,23,66); }
td.TdClassName
{
border-color: #9D1742;
}
.TagClassName
{
border-color: #9D1742;
}
</style>