Shades of Lipstick #9F234B
Tints of Lipstick #9F234B
RGB
CMYK
RGB Variations
Color information
#9F234B (or 0x9F234B) is known color: Lipstick. HEX triplet: 9F, 23 and 4B. RGB value is (159,35,75). Sum of RGB (Red+Green+Blue) = 159+35+75=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F234B is #60DCB4. Grayscale: #4C4C4C. Windows color (decimal): -6347957 or 4924319. OLE color: 4924319.
HSL color Cylindrical-coordinate representation of color #9F234B: hue angle of 340.65º 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 #9F234B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 75 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.38 |
| HSL | 340.65º | 0.64% | 0.38% | - |
| HSV(B) | 340.65º | 0.78% | 0.62% | - |
| XYZ | 16.17 | 9.08 | 7.56 | - |
| YUV | 76.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 75 | 0 | 0.78 | 0.53 | 0.38 | 340.65 | 0.64 | 0.38 |
| Hex | 9F | 23 | 4B | 0 | 4E | 35 | 26 | 155 | 40 | 26 |
| Octal | 237 | 43 | 113 | 0 | 116 | 65 | 46 | 525 | 100 | 46 |
| Binary | 10011111 | 100011 | 1001011 | 0 | 1001110 | 110101 | 100110 | 101010101 | 1000000 | 100110 |
Color Harmonies of #9F234B
Complementary color
Monochromatic Colors of #9F234B
Black with #9F234B
Text Example
Text Example
White with #9F234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F234B; }
p { color: rgb(159,35,75); }
H1.HeaderClassName
{
color: #9F234B;
}
.AnyTagClassName
{
color: #9F234B;
}
</style>
background-color css
<style>
a { background-color: #9F234B; }
a { background-color: rgb(159,35,75); }
div.DivClassName
{
background-color: #9F234B;
}
.BgClassName
{
background-color: #9F234B;
}
</style>
border-color css
<style>
span { border-color: #9F234B; }
span { border-color: rgb(159,35,75); }
td.TdClassName
{
border-color: #9F234B;
}
.TagClassName
{
border-color: #9F234B;
}
</style>