Shades of Lipstick #9F1641
Tints of Lipstick #9F1641
RGB
CMYK
RGB Variations
Color information
#9F1641 (or 0x9F1641) is known color: Lipstick. HEX triplet: 9F, 16 and 41. RGB value is (159,22,65). Sum of RGB (Red+Green+Blue) = 159+22+65=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1641 is #60E9BE. Grayscale: #434343. Windows color (decimal): -6351295 or 4265631. OLE color: 4265631.
HSL color Cylindrical-coordinate representation of color #9F1641: hue angle of 341.17º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1641 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 65 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.38 |
| HSL | 341.17º | 0.76% | 0.35% | - |
| HSV(B) | 341.17º | 0.86% | 0.62% | - |
| XYZ | 15.54 | 8.33 | 5.79 | - |
| YUV | 67.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 65 | 0 | 0.86 | 0.59 | 0.38 | 341.17 | 0.76 | 0.35 |
| Hex | 9F | 16 | 41 | 0 | 56 | 3B | 26 | 155 | 4C | 23 |
| Octal | 237 | 26 | 101 | 0 | 126 | 73 | 46 | 525 | 114 | 43 |
| Binary | 10011111 | 10110 | 1000001 | 0 | 1010110 | 111011 | 100110 | 101010101 | 1001100 | 100011 |
Color Harmonies of #9F1641
Complementary color
Monochromatic Colors of #9F1641
Black with #9F1641
Text Example
Text Example
White with #9F1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1641; }
p { color: rgb(159,22,65); }
H1.HeaderClassName
{
color: #9F1641;
}
.AnyTagClassName
{
color: #9F1641;
}
</style>
background-color css
<style>
a { background-color: #9F1641; }
a { background-color: rgb(159,22,65); }
div.DivClassName
{
background-color: #9F1641;
}
.BgClassName
{
background-color: #9F1641;
}
</style>
border-color css
<style>
span { border-color: #9F1641; }
span { border-color: rgb(159,22,65); }
td.TdClassName
{
border-color: #9F1641;
}
.TagClassName
{
border-color: #9F1641;
}
</style>