Shades of Lipstick #9F194B
Tints of Lipstick #9F194B
RGB
CMYK
RGB Variations
Color information
#9F194B (or 0x9F194B) is known color: Lipstick. HEX triplet: 9F, 19 and 4B. RGB value is (159,25,75). Sum of RGB (Red+Green+Blue) = 159+25+75=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F194B is #60E6B4. Grayscale: #464646. Windows color (decimal): -6350517 or 4921759. OLE color: 4921759.
HSL color Cylindrical-coordinate representation of color #9F194B: hue angle of 337.61º 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 #9F194B is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 75 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.38 |
| HSL | 337.61º | 0.73% | 0.36% | - |
| HSV(B) | 337.61º | 0.84% | 0.62% | - |
| XYZ | 15.92 | 8.57 | 7.47 | - |
| YUV | 70.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 75 | 0 | 0.84 | 0.53 | 0.38 | 337.61 | 0.73 | 0.36 |
| Hex | 9F | 19 | 4B | 0 | 54 | 35 | 26 | 152 | 49 | 24 |
| Octal | 237 | 31 | 113 | 0 | 124 | 65 | 46 | 522 | 111 | 44 |
| Binary | 10011111 | 11001 | 1001011 | 0 | 1010100 | 110101 | 100110 | 101010010 | 1001001 | 100100 |
Color Harmonies of #9F194B
Complementary color
Monochromatic Colors of #9F194B
Black with #9F194B
Text Example
Text Example
White with #9F194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F194B; }
p { color: rgb(159,25,75); }
H1.HeaderClassName
{
color: #9F194B;
}
.AnyTagClassName
{
color: #9F194B;
}
</style>
background-color css
<style>
a { background-color: #9F194B; }
a { background-color: rgb(159,25,75); }
div.DivClassName
{
background-color: #9F194B;
}
.BgClassName
{
background-color: #9F194B;
}
</style>
border-color css
<style>
span { border-color: #9F194B; }
span { border-color: rgb(159,25,75); }
td.TdClassName
{
border-color: #9F194B;
}
.TagClassName
{
border-color: #9F194B;
}
</style>