Shades of Lipstick #9F1A4D
Tints of Lipstick #9F1A4D
RGB
CMYK
RGB Variations
Color information
#9F1A4D (or 0x9F1A4D) is known color: Lipstick. HEX triplet: 9F, 1A and 4D. RGB value is (159,26,77). Sum of RGB (Red+Green+Blue) = 159+26+77=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1A4D is #60E5B2. Grayscale: #474747. Windows color (decimal): -6350259 or 5053087. OLE color: 5053087.
HSL color Cylindrical-coordinate representation of color #9F1A4D: hue angle of 336.99º degrees, saturation: 0.72, 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 #9F1A4D is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 77 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.38 |
| HSL | 336.99º | 0.72% | 0.36% | - |
| HSV(B) | 336.99º | 0.84% | 0.62% | - |
| XYZ | 16.01 | 8.65 | 7.85 | - |
| YUV | 71.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 77 | 0 | 0.84 | 0.52 | 0.38 | 336.99 | 0.72 | 0.36 |
| Hex | 9F | 1A | 4D | 0 | 54 | 34 | 26 | 151 | 48 | 24 |
| Octal | 237 | 32 | 115 | 0 | 124 | 64 | 46 | 521 | 110 | 44 |
| Binary | 10011111 | 11010 | 1001101 | 0 | 1010100 | 110100 | 100110 | 101010001 | 1001000 | 100100 |
Color Harmonies of #9F1A4D
Complementary color
Monochromatic Colors of #9F1A4D
Black with #9F1A4D
Text Example
Text Example
White with #9F1A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A4D; }
p { color: rgb(159,26,77); }
H1.HeaderClassName
{
color: #9F1A4D;
}
.AnyTagClassName
{
color: #9F1A4D;
}
</style>
background-color css
<style>
a { background-color: #9F1A4D; }
a { background-color: rgb(159,26,77); }
div.DivClassName
{
background-color: #9F1A4D;
}
.BgClassName
{
background-color: #9F1A4D;
}
</style>
border-color css
<style>
span { border-color: #9F1A4D; }
span { border-color: rgb(159,26,77); }
td.TdClassName
{
border-color: #9F1A4D;
}
.TagClassName
{
border-color: #9F1A4D;
}
</style>