Shades of Lipstick #9F164A
Tints of Lipstick #9F164A
RGB
CMYK
RGB Variations
Color information
#9F164A (or 0x9F164A) is known color: Lipstick. HEX triplet: 9F, 16 and 4A. RGB value is (159,22,74). Sum of RGB (Red+Green+Blue) = 159+22+74=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F164A is #60E9B5. Grayscale: #444444. Windows color (decimal): -6351286 or 4855455. OLE color: 4855455.
HSL color Cylindrical-coordinate representation of color #9F164A: hue angle of 337.23º 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 #9F164A is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 74 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.38 |
| HSL | 337.23º | 0.76% | 0.35% | - |
| HSV(B) | 337.23º | 0.86% | 0.62% | - |
| XYZ | 15.82 | 8.44 | 7.27 | - |
| YUV | 68.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 74 | 0 | 0.86 | 0.53 | 0.38 | 337.23 | 0.76 | 0.35 |
| Hex | 9F | 16 | 4A | 0 | 56 | 35 | 26 | 151 | 4C | 23 |
| Octal | 237 | 26 | 112 | 0 | 126 | 65 | 46 | 521 | 114 | 43 |
| Binary | 10011111 | 10110 | 1001010 | 0 | 1010110 | 110101 | 100110 | 101010001 | 1001100 | 100011 |
Color Harmonies of #9F164A
Complementary color
Monochromatic Colors of #9F164A
Black with #9F164A
Text Example
Text Example
White with #9F164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F164A; }
p { color: rgb(159,22,74); }
H1.HeaderClassName
{
color: #9F164A;
}
.AnyTagClassName
{
color: #9F164A;
}
</style>
background-color css
<style>
a { background-color: #9F164A; }
a { background-color: rgb(159,22,74); }
div.DivClassName
{
background-color: #9F164A;
}
.BgClassName
{
background-color: #9F164A;
}
</style>
border-color css
<style>
span { border-color: #9F164A; }
span { border-color: rgb(159,22,74); }
td.TdClassName
{
border-color: #9F164A;
}
.TagClassName
{
border-color: #9F164A;
}
</style>