Shades of Lipstick #9F2647
Tints of Lipstick #9F2647
RGB
CMYK
RGB Variations
Color information
#9F2647 (or 0x9F2647) is known color: Lipstick. HEX triplet: 9F, 26 and 47. RGB value is (159,38,71). Sum of RGB (Red+Green+Blue) = 159+38+71=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2647 is #60D9B8. Grayscale: #4D4D4D. Windows color (decimal): -6347193 or 4662943. OLE color: 4662943.
HSL color Cylindrical-coordinate representation of color #9F2647: hue angle of 343.64º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2647 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 71 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.38 |
| HSL | 343.64º | 0.61% | 0.39% | - |
| HSV(B) | 343.64º | 0.76% | 0.62% | - |
| XYZ | 16.13 | 9.21 | 6.89 | - |
| YUV | 77.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 71 | 0 | 0.76 | 0.55 | 0.38 | 343.64 | 0.61 | 0.39 |
| Hex | 9F | 26 | 47 | 0 | 4C | 37 | 26 | 158 | 3D | 27 |
| Octal | 237 | 46 | 107 | 0 | 114 | 67 | 46 | 530 | 75 | 47 |
| Binary | 10011111 | 100110 | 1000111 | 0 | 1001100 | 110111 | 100110 | 101011000 | 111101 | 100111 |
Color Harmonies of #9F2647
Complementary color
Monochromatic Colors of #9F2647
Black with #9F2647
Text Example
Text Example
White with #9F2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2647; }
p { color: rgb(159,38,71); }
H1.HeaderClassName
{
color: #9F2647;
}
.AnyTagClassName
{
color: #9F2647;
}
</style>
background-color css
<style>
a { background-color: #9F2647; }
a { background-color: rgb(159,38,71); }
div.DivClassName
{
background-color: #9F2647;
}
.BgClassName
{
background-color: #9F2647;
}
</style>
border-color css
<style>
span { border-color: #9F2647; }
span { border-color: rgb(159,38,71); }
td.TdClassName
{
border-color: #9F2647;
}
.TagClassName
{
border-color: #9F2647;
}
</style>