Shades of Lipstick #9D174C
Tints of Lipstick #9D174C
RGB
CMYK
RGB Variations
Color information
#9D174C (or 0x9D174C) is known color: Lipstick. HEX triplet: 9D, 17 and 4C. RGB value is (157,23,76). Sum of RGB (Red+Green+Blue) = 157+23+76=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D174C is #62E8B3. Grayscale: #454545. Windows color (decimal): -6482100 or 4986781. OLE color: 4986781.
HSL color Cylindrical-coordinate representation of color #9D174C: hue angle of 336.27º 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 #9D174C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 23 | 76 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.38 |
| HSL | 336.27º | 0.74% | 0.35% | - |
| HSV(B) | 336.27º | 0.85% | 0.62% | - |
| XYZ | 15.52 | 8.3 | 7.62 | - |
| YUV | 69.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 23 | 76 | 0 | 0.85 | 0.52 | 0.38 | 336.27 | 0.74 | 0.35 |
| Hex | 9D | 17 | 4C | 0 | 55 | 34 | 26 | 150 | 4A | 23 |
| Octal | 235 | 27 | 114 | 0 | 125 | 64 | 46 | 520 | 112 | 43 |
| Binary | 10011101 | 10111 | 1001100 | 0 | 1010101 | 110100 | 100110 | 101010000 | 1001010 | 100011 |
Color Harmonies of #9D174C
Complementary color
Monochromatic Colors of #9D174C
Black with #9D174C
Text Example
Text Example
White with #9D174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D174C; }
p { color: rgb(157,23,76); }
H1.HeaderClassName
{
color: #9D174C;
}
.AnyTagClassName
{
color: #9D174C;
}
</style>
background-color css
<style>
a { background-color: #9D174C; }
a { background-color: rgb(157,23,76); }
div.DivClassName
{
background-color: #9D174C;
}
.BgClassName
{
background-color: #9D174C;
}
</style>
border-color css
<style>
span { border-color: #9D174C; }
span { border-color: rgb(157,23,76); }
td.TdClassName
{
border-color: #9D174C;
}
.TagClassName
{
border-color: #9D174C;
}
</style>