Shades of Lipstick #9F3257
Tints of Lipstick #9F3257
RGB
CMYK
RGB Variations
Color information
#9F3257 (or 0x9F3257) is known color: Lipstick. HEX triplet: 9F, 32 and 57. RGB value is (159,50,87). Sum of RGB (Red+Green+Blue) = 159+50+87=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3257 is #60CDA8. Grayscale: #565656. Windows color (decimal): -6344105 or 5714591. OLE color: 5714591.
HSL color Cylindrical-coordinate representation of color #9F3257: hue angle of 339.63º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3257 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 87 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.38 |
| HSL | 339.63º | 0.52% | 0.41% | - |
| HSV(B) | 339.63º | 0.69% | 0.62% | - |
| XYZ | 17.16 | 10.34 | 10.11 | - |
| YUV | 86.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 87 | 0 | 0.69 | 0.45 | 0.38 | 339.63 | 0.52 | 0.41 |
| Hex | 9F | 32 | 57 | 0 | 45 | 2D | 26 | 154 | 34 | 29 |
| Octal | 237 | 62 | 127 | 0 | 105 | 55 | 46 | 524 | 64 | 51 |
| Binary | 10011111 | 110010 | 1010111 | 0 | 1000101 | 101101 | 100110 | 101010100 | 110100 | 101001 |
Color Harmonies of #9F3257
Complementary color
Monochromatic Colors of #9F3257
Black with #9F3257
Text Example
Text Example
White with #9F3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3257; }
p { color: rgb(159,50,87); }
H1.HeaderClassName
{
color: #9F3257;
}
.AnyTagClassName
{
color: #9F3257;
}
</style>
background-color css
<style>
a { background-color: #9F3257; }
a { background-color: rgb(159,50,87); }
div.DivClassName
{
background-color: #9F3257;
}
.BgClassName
{
background-color: #9F3257;
}
</style>
border-color css
<style>
span { border-color: #9F3257; }
span { border-color: rgb(159,50,87); }
td.TdClassName
{
border-color: #9F3257;
}
.TagClassName
{
border-color: #9F3257;
}
</style>