Shades of Lipstick #9F2849
Tints of Lipstick #9F2849
RGB
CMYK
RGB Variations
Color information
#9F2849 (or 0x9F2849) is known color: Lipstick. HEX triplet: 9F, 28 and 49. RGB value is (159,40,73). Sum of RGB (Red+Green+Blue) = 159+40+73=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2849 is #60D7B6. Grayscale: #4F4F4F. Windows color (decimal): -6346679 or 4794527. OLE color: 4794527.
HSL color Cylindrical-coordinate representation of color #9F2849: hue angle of 343.36º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2849 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 73 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.38 |
| HSL | 343.36º | 0.6% | 0.39% | - |
| HSV(B) | 343.36º | 0.75% | 0.62% | - |
| XYZ | 16.26 | 9.37 | 7.25 | - |
| YUV | 79.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 73 | 0 | 0.75 | 0.54 | 0.38 | 343.36 | 0.6 | 0.39 |
| Hex | 9F | 28 | 49 | 0 | 4B | 36 | 26 | 157 | 3C | 27 |
| Octal | 237 | 50 | 111 | 0 | 113 | 66 | 46 | 527 | 74 | 47 |
| Binary | 10011111 | 101000 | 1001001 | 0 | 1001011 | 110110 | 100110 | 101010111 | 111100 | 100111 |
Color Harmonies of #9F2849
Complementary color
Monochromatic Colors of #9F2849
Black with #9F2849
Text Example
Text Example
White with #9F2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2849; }
p { color: rgb(159,40,73); }
H1.HeaderClassName
{
color: #9F2849;
}
.AnyTagClassName
{
color: #9F2849;
}
</style>
background-color css
<style>
a { background-color: #9F2849; }
a { background-color: rgb(159,40,73); }
div.DivClassName
{
background-color: #9F2849;
}
.BgClassName
{
background-color: #9F2849;
}
</style>
border-color css
<style>
span { border-color: #9F2849; }
span { border-color: rgb(159,40,73); }
td.TdClassName
{
border-color: #9F2849;
}
.TagClassName
{
border-color: #9F2849;
}
</style>