Shades of Lipstick #9F2451
Tints of Lipstick #9F2451
RGB
CMYK
RGB Variations
Color information
#9F2451 (or 0x9F2451) is known color: Lipstick. HEX triplet: 9F, 24 and 51. RGB value is (159,36,81). Sum of RGB (Red+Green+Blue) = 159+36+81=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2451 is #60DBAE. Grayscale: #4D4D4D. Windows color (decimal): -6347695 or 5317791. OLE color: 5317791.
HSL color Cylindrical-coordinate representation of color #9F2451: hue angle of 338.05º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2451 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 81 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.38 |
| HSL | 338.05º | 0.63% | 0.38% | - |
| HSV(B) | 338.05º | 0.77% | 0.62% | - |
| XYZ | 16.41 | 9.23 | 8.7 | - |
| YUV | 77.91 | 129.75 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 81 | 0 | 0.77 | 0.49 | 0.38 | 338.05 | 0.63 | 0.38 |
| Hex | 9F | 24 | 51 | 0 | 4D | 31 | 26 | 152 | 3F | 26 |
| Octal | 237 | 44 | 121 | 0 | 115 | 61 | 46 | 522 | 77 | 46 |
| Binary | 10011111 | 100100 | 1010001 | 0 | 1001101 | 110001 | 100110 | 101010010 | 111111 | 100110 |
Color Harmonies of #9F2451
Complementary color
Monochromatic Colors of #9F2451
Black with #9F2451
Text Example
Text Example
White with #9F2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2451; }
p { color: rgb(159,36,81); }
H1.HeaderClassName
{
color: #9F2451;
}
.AnyTagClassName
{
color: #9F2451;
}
</style>
background-color css
<style>
a { background-color: #9F2451; }
a { background-color: rgb(159,36,81); }
div.DivClassName
{
background-color: #9F2451;
}
.BgClassName
{
background-color: #9F2451;
}
</style>
border-color css
<style>
span { border-color: #9F2451; }
span { border-color: rgb(159,36,81); }
td.TdClassName
{
border-color: #9F2451;
}
.TagClassName
{
border-color: #9F2451;
}
</style>