Shades of Lipstick #9F123E
Tints of Lipstick #9F123E
RGB
CMYK
RGB Variations
Color information
#9F123E (or 0x9F123E) is known color: Lipstick. HEX triplet: 9F, 12 and 3E. RGB value is (159,18,62). Sum of RGB (Red+Green+Blue) = 159+18+62=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F123E is #60EDC1. Grayscale: #414141. Windows color (decimal): -6352322 or 4067999. OLE color: 4067999.
HSL color Cylindrical-coordinate representation of color #9F123E: hue angle of 341.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F123E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 62 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.38 |
| HSL | 341.28º | 0.8% | 0.35% | - |
| HSV(B) | 341.28º | 0.89% | 0.62% | - |
| XYZ | 15.38 | 8.15 | 5.32 | - |
| YUV | 65.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 62 | 0 | 0.89 | 0.61 | 0.38 | 341.28 | 0.8 | 0.35 |
| Hex | 9F | 12 | 3E | 0 | 59 | 3D | 26 | 155 | 50 | 23 |
| Octal | 237 | 22 | 76 | 0 | 131 | 75 | 46 | 525 | 120 | 43 |
| Binary | 10011111 | 10010 | 111110 | 0 | 1011001 | 111101 | 100110 | 101010101 | 1010000 | 100011 |
Color Harmonies of #9F123E
Complementary color
Monochromatic Colors of #9F123E
Black with #9F123E
Text Example
Text Example
White with #9F123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F123E; }
p { color: rgb(159,18,62); }
H1.HeaderClassName
{
color: #9F123E;
}
.AnyTagClassName
{
color: #9F123E;
}
</style>
background-color css
<style>
a { background-color: #9F123E; }
a { background-color: rgb(159,18,62); }
div.DivClassName
{
background-color: #9F123E;
}
.BgClassName
{
background-color: #9F123E;
}
</style>
border-color css
<style>
span { border-color: #9F123E; }
span { border-color: rgb(159,18,62); }
td.TdClassName
{
border-color: #9F123E;
}
.TagClassName
{
border-color: #9F123E;
}
</style>