Shades of Lipstick #9F234D
Tints of Lipstick #9F234D
RGB
CMYK
RGB Variations
Color information
#9F234D (or 0x9F234D) is known color: Lipstick. HEX triplet: 9F, 23 and 4D. RGB value is (159,35,77). Sum of RGB (Red+Green+Blue) = 159+35+77=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F234D is #60DCB2. Grayscale: #4C4C4C. Windows color (decimal): -6347955 or 5055391. OLE color: 5055391.
HSL color Cylindrical-coordinate representation of color #9F234D: hue angle of 339.68º 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 #9F234D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 77 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.38 |
| HSL | 339.68º | 0.64% | 0.38% | - |
| HSV(B) | 339.68º | 0.78% | 0.62% | - |
| XYZ | 16.24 | 9.11 | 7.92 | - |
| YUV | 76.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 77 | 0 | 0.78 | 0.52 | 0.38 | 339.68 | 0.64 | 0.38 |
| Hex | 9F | 23 | 4D | 0 | 4E | 34 | 26 | 154 | 40 | 26 |
| Octal | 237 | 43 | 115 | 0 | 116 | 64 | 46 | 524 | 100 | 46 |
| Binary | 10011111 | 100011 | 1001101 | 0 | 1001110 | 110100 | 100110 | 101010100 | 1000000 | 100110 |
Color Harmonies of #9F234D
Complementary color
Monochromatic Colors of #9F234D
Black with #9F234D
Text Example
Text Example
White with #9F234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F234D; }
p { color: rgb(159,35,77); }
H1.HeaderClassName
{
color: #9F234D;
}
.AnyTagClassName
{
color: #9F234D;
}
</style>
background-color css
<style>
a { background-color: #9F234D; }
a { background-color: rgb(159,35,77); }
div.DivClassName
{
background-color: #9F234D;
}
.BgClassName
{
background-color: #9F234D;
}
</style>
border-color css
<style>
span { border-color: #9F234D; }
span { border-color: rgb(159,35,77); }
td.TdClassName
{
border-color: #9F234D;
}
.TagClassName
{
border-color: #9F234D;
}
</style>