Shades of Lipstick #9F1A47
Tints of Lipstick #9F1A47
RGB
CMYK
RGB Variations
Color information
#9F1A47 (or 0x9F1A47) is known color: Lipstick. HEX triplet: 9F, 1A and 47. RGB value is (159,26,71). Sum of RGB (Red+Green+Blue) = 159+26+71=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A47 is #60E5B8. Grayscale: #464646. Windows color (decimal): -6350265 or 4659871. OLE color: 4659871.
HSL color Cylindrical-coordinate representation of color #9F1A47: hue angle of 339.7º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A47 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 71 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.38 |
| HSL | 339.7º | 0.72% | 0.36% | - |
| HSV(B) | 339.7º | 0.84% | 0.62% | - |
| XYZ | 15.8 | 8.56 | 6.78 | - |
| YUV | 70.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 71 | 0 | 0.84 | 0.55 | 0.38 | 339.7 | 0.72 | 0.36 |
| Hex | 9F | 1A | 47 | 0 | 54 | 37 | 26 | 154 | 48 | 24 |
| Octal | 237 | 32 | 107 | 0 | 124 | 67 | 46 | 524 | 110 | 44 |
| Binary | 10011111 | 11010 | 1000111 | 0 | 1010100 | 110111 | 100110 | 101010100 | 1001000 | 100100 |
Color Harmonies of #9F1A47
Complementary color
Monochromatic Colors of #9F1A47
Black with #9F1A47
Text Example
Text Example
White with #9F1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A47; }
p { color: rgb(159,26,71); }
H1.HeaderClassName
{
color: #9F1A47;
}
.AnyTagClassName
{
color: #9F1A47;
}
</style>
background-color css
<style>
a { background-color: #9F1A47; }
a { background-color: rgb(159,26,71); }
div.DivClassName
{
background-color: #9F1A47;
}
.BgClassName
{
background-color: #9F1A47;
}
</style>
border-color css
<style>
span { border-color: #9F1A47; }
span { border-color: rgb(159,26,71); }
td.TdClassName
{
border-color: #9F1A47;
}
.TagClassName
{
border-color: #9F1A47;
}
</style>