Shades of Lipstick #9F2352
Tints of Lipstick #9F2352
RGB
CMYK
RGB Variations
Color information
#9F2352 (or 0x9F2352) is known color: Lipstick. HEX triplet: 9F, 23 and 52. RGB value is (159,35,82). Sum of RGB (Red+Green+Blue) = 159+35+82=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2352 is #60DCAD. Grayscale: #4D4D4D. Windows color (decimal): -6347950 or 5383071. OLE color: 5383071.
HSL color Cylindrical-coordinate representation of color #9F2352: hue angle of 337.26º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2352 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 82 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.38 |
| HSL | 337.26º | 0.64% | 0.38% | - |
| HSV(B) | 337.26º | 0.78% | 0.62% | - |
| XYZ | 16.42 | 9.18 | 8.89 | - |
| YUV | 77.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 82 | 0 | 0.78 | 0.48 | 0.38 | 337.26 | 0.64 | 0.38 |
| Hex | 9F | 23 | 52 | 0 | 4E | 30 | 26 | 151 | 40 | 26 |
| Octal | 237 | 43 | 122 | 0 | 116 | 60 | 46 | 521 | 100 | 46 |
| Binary | 10011111 | 100011 | 1010010 | 0 | 1001110 | 110000 | 100110 | 101010001 | 1000000 | 100110 |
Color Harmonies of #9F2352
Complementary color
Monochromatic Colors of #9F2352
Black with #9F2352
Text Example
Text Example
White with #9F2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2352; }
p { color: rgb(159,35,82); }
H1.HeaderClassName
{
color: #9F2352;
}
.AnyTagClassName
{
color: #9F2352;
}
</style>
background-color css
<style>
a { background-color: #9F2352; }
a { background-color: rgb(159,35,82); }
div.DivClassName
{
background-color: #9F2352;
}
.BgClassName
{
background-color: #9F2352;
}
</style>
border-color css
<style>
span { border-color: #9F2352; }
span { border-color: rgb(159,35,82); }
td.TdClassName
{
border-color: #9F2352;
}
.TagClassName
{
border-color: #9F2352;
}
</style>