Shades of Lipstick #9F275D
Tints of Lipstick #9F275D
RGB
CMYK
RGB Variations
Color information
#9F275D (or 0x9F275D) is known color: Lipstick. HEX triplet: 9F, 27 and 5D. RGB value is (159,39,93). Sum of RGB (Red+Green+Blue) = 159+39+93=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F275D is #60D8A2. Grayscale: #505050. Windows color (decimal): -6346915 or 6104991. OLE color: 6104991.
HSL color Cylindrical-coordinate representation of color #9F275D: hue angle of 333º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F275D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 93 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.38 |
| HSL | 333º | 0.61% | 0.39% | - |
| HSV(B) | 333º | 0.75% | 0.62% | - |
| XYZ | 17 | 9.61 | 11.32 | - |
| YUV | 81.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 93 | 0 | 0.75 | 0.42 | 0.38 | 333 | 0.61 | 0.39 |
| Hex | 9F | 27 | 5D | 0 | 4B | 2A | 26 | 14D | 3D | 27 |
| Octal | 237 | 47 | 135 | 0 | 113 | 52 | 46 | 515 | 75 | 47 |
| Binary | 10011111 | 100111 | 1011101 | 0 | 1001011 | 101010 | 100110 | 101001101 | 111101 | 100111 |
Color Harmonies of #9F275D
Complementary color
Monochromatic Colors of #9F275D
Black with #9F275D
Text Example
Text Example
White with #9F275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F275D; }
p { color: rgb(159,39,93); }
H1.HeaderClassName
{
color: #9F275D;
}
.AnyTagClassName
{
color: #9F275D;
}
</style>
background-color css
<style>
a { background-color: #9F275D; }
a { background-color: rgb(159,39,93); }
div.DivClassName
{
background-color: #9F275D;
}
.BgClassName
{
background-color: #9F275D;
}
</style>
border-color css
<style>
span { border-color: #9F275D; }
span { border-color: rgb(159,39,93); }
td.TdClassName
{
border-color: #9F275D;
}
.TagClassName
{
border-color: #9F275D;
}
</style>