Shades of Lipstick #9F194D
Tints of Lipstick #9F194D
RGB
CMYK
RGB Variations
Color information
#9F194D (or 0x9F194D) is known color: Lipstick. HEX triplet: 9F, 19 and 4D. RGB value is (159,25,77). Sum of RGB (Red+Green+Blue) = 159+25+77=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F194D is #60E6B2. Grayscale: #464646. Windows color (decimal): -6350515 or 5052831. OLE color: 5052831.
HSL color Cylindrical-coordinate representation of color #9F194D: hue angle of 336.72º degrees, saturation: 0.73, 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 #9F194D is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 77 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.38 |
| HSL | 336.72º | 0.73% | 0.36% | - |
| HSV(B) | 336.72º | 0.84% | 0.62% | - |
| XYZ | 15.99 | 8.6 | 7.84 | - |
| YUV | 70.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 77 | 0 | 0.84 | 0.52 | 0.38 | 336.72 | 0.73 | 0.36 |
| Hex | 9F | 19 | 4D | 0 | 54 | 34 | 26 | 151 | 49 | 24 |
| Octal | 237 | 31 | 115 | 0 | 124 | 64 | 46 | 521 | 111 | 44 |
| Binary | 10011111 | 11001 | 1001101 | 0 | 1010100 | 110100 | 100110 | 101010001 | 1001001 | 100100 |
Color Harmonies of #9F194D
Complementary color
Monochromatic Colors of #9F194D
Black with #9F194D
Text Example
Text Example
White with #9F194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F194D; }
p { color: rgb(159,25,77); }
H1.HeaderClassName
{
color: #9F194D;
}
.AnyTagClassName
{
color: #9F194D;
}
</style>
background-color css
<style>
a { background-color: #9F194D; }
a { background-color: rgb(159,25,77); }
div.DivClassName
{
background-color: #9F194D;
}
.BgClassName
{
background-color: #9F194D;
}
</style>
border-color css
<style>
span { border-color: #9F194D; }
span { border-color: rgb(159,25,77); }
td.TdClassName
{
border-color: #9F194D;
}
.TagClassName
{
border-color: #9F194D;
}
</style>