Shades of Lipstick #9F1744
Tints of Lipstick #9F1744
RGB
CMYK
RGB Variations
Color information
#9F1744 (or 0x9F1744) is known color: Lipstick. HEX triplet: 9F, 17 and 44. RGB value is (159,23,68). Sum of RGB (Red+Green+Blue) = 159+23+68=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1744 is #60E8BB. Grayscale: #444444. Windows color (decimal): -6351036 or 4462495. OLE color: 4462495.
HSL color Cylindrical-coordinate representation of color #9F1744: hue angle of 340.15º 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 #9F1744 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 68 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.38 |
| HSL | 340.15º | 0.75% | 0.36% | - |
| HSV(B) | 340.15º | 0.86% | 0.62% | - |
| XYZ | 15.65 | 8.4 | 6.27 | - |
| YUV | 68.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 68 | 0 | 0.86 | 0.57 | 0.38 | 340.15 | 0.75 | 0.36 |
| Hex | 9F | 17 | 44 | 0 | 56 | 39 | 26 | 154 | 4B | 24 |
| Octal | 237 | 27 | 104 | 0 | 126 | 71 | 46 | 524 | 113 | 44 |
| Binary | 10011111 | 10111 | 1000100 | 0 | 1010110 | 111001 | 100110 | 101010100 | 1001011 | 100100 |
Color Harmonies of #9F1744
Complementary color
Monochromatic Colors of #9F1744
Black with #9F1744
Text Example
Text Example
White with #9F1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1744; }
p { color: rgb(159,23,68); }
H1.HeaderClassName
{
color: #9F1744;
}
.AnyTagClassName
{
color: #9F1744;
}
</style>
background-color css
<style>
a { background-color: #9F1744; }
a { background-color: rgb(159,23,68); }
div.DivClassName
{
background-color: #9F1744;
}
.BgClassName
{
background-color: #9F1744;
}
</style>
border-color css
<style>
span { border-color: #9F1744; }
span { border-color: rgb(159,23,68); }
td.TdClassName
{
border-color: #9F1744;
}
.TagClassName
{
border-color: #9F1744;
}
</style>