Shades of Lipstick #9F2B49
Tints of Lipstick #9F2B49
RGB
CMYK
RGB Variations
Color information
#9F2B49 (or 0x9F2B49) is known color: Lipstick. HEX triplet: 9F, 2B and 49. RGB value is (159,43,73). Sum of RGB (Red+Green+Blue) = 159+43+73=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B49 is #60D4B6. Grayscale: #515151. Windows color (decimal): -6345911 or 4795295. OLE color: 4795295.
HSL color Cylindrical-coordinate representation of color #9F2B49: hue angle of 344.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B49 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 73 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.38 |
| HSL | 344.48º | 0.57% | 0.4% | - |
| HSV(B) | 344.48º | 0.73% | 0.62% | - |
| XYZ | 16.36 | 9.58 | 7.29 | - |
| YUV | 81.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 73 | 0 | 0.73 | 0.54 | 0.38 | 344.48 | 0.57 | 0.4 |
| Hex | 9F | 2B | 49 | 0 | 49 | 36 | 26 | 158 | 39 | 28 |
| Octal | 237 | 53 | 111 | 0 | 111 | 66 | 46 | 530 | 71 | 50 |
| Binary | 10011111 | 101011 | 1001001 | 0 | 1001001 | 110110 | 100110 | 101011000 | 111001 | 101000 |
Color Harmonies of #9F2B49
Complementary color
Monochromatic Colors of #9F2B49
Black with #9F2B49
Text Example
Text Example
White with #9F2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B49; }
p { color: rgb(159,43,73); }
H1.HeaderClassName
{
color: #9F2B49;
}
.AnyTagClassName
{
color: #9F2B49;
}
</style>
background-color css
<style>
a { background-color: #9F2B49; }
a { background-color: rgb(159,43,73); }
div.DivClassName
{
background-color: #9F2B49;
}
.BgClassName
{
background-color: #9F2B49;
}
</style>
border-color css
<style>
span { border-color: #9F2B49; }
span { border-color: rgb(159,43,73); }
td.TdClassName
{
border-color: #9F2B49;
}
.TagClassName
{
border-color: #9F2B49;
}
</style>