Shades of Lipstick #9F2652
Tints of Lipstick #9F2652
RGB
CMYK
RGB Variations
Color information
#9F2652 (or 0x9F2652) is known color: Lipstick. HEX triplet: 9F, 26 and 52. RGB value is (159,38,82). Sum of RGB (Red+Green+Blue) = 159+38+82=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2652 is #60D9AD. Grayscale: #4F4F4F. Windows color (decimal): -6347182 or 5383839. OLE color: 5383839.
HSL color Cylindrical-coordinate representation of color #9F2652: hue angle of 338.18º 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 #9F2652 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 82 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.38 |
| HSL | 338.18º | 0.61% | 0.39% | - |
| HSV(B) | 338.18º | 0.76% | 0.62% | - |
| XYZ | 16.51 | 9.37 | 8.92 | - |
| YUV | 79.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 82 | 0 | 0.76 | 0.48 | 0.38 | 338.18 | 0.61 | 0.39 |
| Hex | 9F | 26 | 52 | 0 | 4C | 30 | 26 | 152 | 3D | 27 |
| Octal | 237 | 46 | 122 | 0 | 114 | 60 | 46 | 522 | 75 | 47 |
| Binary | 10011111 | 100110 | 1010010 | 0 | 1001100 | 110000 | 100110 | 101010010 | 111101 | 100111 |
Color Harmonies of #9F2652
Complementary color
Monochromatic Colors of #9F2652
Black with #9F2652
Text Example
Text Example
White with #9F2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2652; }
p { color: rgb(159,38,82); }
H1.HeaderClassName
{
color: #9F2652;
}
.AnyTagClassName
{
color: #9F2652;
}
</style>
background-color css
<style>
a { background-color: #9F2652; }
a { background-color: rgb(159,38,82); }
div.DivClassName
{
background-color: #9F2652;
}
.BgClassName
{
background-color: #9F2652;
}
</style>
border-color css
<style>
span { border-color: #9F2652; }
span { border-color: rgb(159,38,82); }
td.TdClassName
{
border-color: #9F2652;
}
.TagClassName
{
border-color: #9F2652;
}
</style>