Shades of Lipstick #9F174A
Tints of Lipstick #9F174A
RGB
CMYK
RGB Variations
Color information
#9F174A (or 0x9F174A) is known color: Lipstick. HEX triplet: 9F, 17 and 4A. RGB value is (159,23,74). Sum of RGB (Red+Green+Blue) = 159+23+74=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F174A is #60E8B5. Grayscale: #454545. Windows color (decimal): -6351030 or 4855711. OLE color: 4855711.
HSL color Cylindrical-coordinate representation of color #9F174A: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F174A is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 74 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.38 |
| HSL | 337.5º | 0.75% | 0.36% | - |
| HSV(B) | 337.5º | 0.86% | 0.62% | - |
| XYZ | 15.84 | 8.48 | 7.28 | - |
| YUV | 69.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 74 | 0 | 0.86 | 0.53 | 0.38 | 337.5 | 0.75 | 0.36 |
| Hex | 9F | 17 | 4A | 0 | 56 | 35 | 26 | 152 | 4B | 24 |
| Octal | 237 | 27 | 112 | 0 | 126 | 65 | 46 | 522 | 113 | 44 |
| Binary | 10011111 | 10111 | 1001010 | 0 | 1010110 | 110101 | 100110 | 101010010 | 1001011 | 100100 |
Color Harmonies of #9F174A
Complementary color
Monochromatic Colors of #9F174A
Black with #9F174A
Text Example
Text Example
White with #9F174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F174A; }
p { color: rgb(159,23,74); }
H1.HeaderClassName
{
color: #9F174A;
}
.AnyTagClassName
{
color: #9F174A;
}
</style>
background-color css
<style>
a { background-color: #9F174A; }
a { background-color: rgb(159,23,74); }
div.DivClassName
{
background-color: #9F174A;
}
.BgClassName
{
background-color: #9F174A;
}
</style>
border-color css
<style>
span { border-color: #9F174A; }
span { border-color: rgb(159,23,74); }
td.TdClassName
{
border-color: #9F174A;
}
.TagClassName
{
border-color: #9F174A;
}
</style>