Shades of Lipstick #9D173F
Tints of Lipstick #9D173F
RGB
CMYK
RGB Variations
Color information
#9D173F (or 0x9D173F) is known color: Lipstick. HEX triplet: 9D, 17 and 3F. RGB value is (157,23,63). Sum of RGB (Red+Green+Blue) = 157+23+63=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D173F is #62E8C0. Grayscale: #434343. Windows color (decimal): -6482113 or 4134813. OLE color: 4134813.
HSL color Cylindrical-coordinate representation of color #9D173F: hue angle of 342.09º 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 #9D173F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 23 | 63 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.38 |
| HSL | 342.09º | 0.74% | 0.35% | - |
| HSV(B) | 342.09º | 0.85% | 0.62% | - |
| XYZ | 15.11 | 8.14 | 5.48 | - |
| YUV | 67.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 23 | 63 | 0 | 0.85 | 0.60 | 0.38 | 342.09 | 0.74 | 0.35 |
| Hex | 9D | 17 | 3F | 0 | 55 | 3C | 26 | 156 | 4A | 23 |
| Octal | 235 | 27 | 77 | 0 | 125 | 74 | 46 | 526 | 112 | 43 |
| Binary | 10011101 | 10111 | 111111 | 0 | 1010101 | 111100 | 100110 | 101010110 | 1001010 | 100011 |
Color Harmonies of #9D173F
Complementary color
Monochromatic Colors of #9D173F
Black with #9D173F
Text Example
Text Example
White with #9D173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D173F; }
p { color: rgb(157,23,63); }
H1.HeaderClassName
{
color: #9D173F;
}
.AnyTagClassName
{
color: #9D173F;
}
</style>
background-color css
<style>
a { background-color: #9D173F; }
a { background-color: rgb(157,23,63); }
div.DivClassName
{
background-color: #9D173F;
}
.BgClassName
{
background-color: #9D173F;
}
</style>
border-color css
<style>
span { border-color: #9D173F; }
span { border-color: rgb(157,23,63); }
td.TdClassName
{
border-color: #9D173F;
}
.TagClassName
{
border-color: #9D173F;
}
</style>