Shades of Lipstick #9F2344
Tints of Lipstick #9F2344
RGB
CMYK
RGB Variations
Color information
#9F2344 (or 0x9F2344) is known color: Lipstick. HEX triplet: 9F, 23 and 44. RGB value is (159,35,68). Sum of RGB (Red+Green+Blue) = 159+35+68=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2344 is #60DCBB. Grayscale: #4B4B4B. Windows color (decimal): -6347964 or 4465567. OLE color: 4465567.
HSL color Cylindrical-coordinate representation of color #9F2344: hue angle of 344.03º 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 #9F2344 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 68 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.38 |
| HSL | 344.03º | 0.64% | 0.38% | - |
| HSV(B) | 344.03º | 0.78% | 0.62% | - |
| XYZ | 15.94 | 8.99 | 6.36 | - |
| YUV | 75.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 68 | 0 | 0.78 | 0.57 | 0.38 | 344.03 | 0.64 | 0.38 |
| Hex | 9F | 23 | 44 | 0 | 4E | 39 | 26 | 158 | 40 | 26 |
| Octal | 237 | 43 | 104 | 0 | 116 | 71 | 46 | 530 | 100 | 46 |
| Binary | 10011111 | 100011 | 1000100 | 0 | 1001110 | 111001 | 100110 | 101011000 | 1000000 | 100110 |
Color Harmonies of #9F2344
Complementary color
Monochromatic Colors of #9F2344
Black with #9F2344
Text Example
Text Example
White with #9F2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2344; }
p { color: rgb(159,35,68); }
H1.HeaderClassName
{
color: #9F2344;
}
.AnyTagClassName
{
color: #9F2344;
}
</style>
background-color css
<style>
a { background-color: #9F2344; }
a { background-color: rgb(159,35,68); }
div.DivClassName
{
background-color: #9F2344;
}
.BgClassName
{
background-color: #9F2344;
}
</style>
border-color css
<style>
span { border-color: #9F2344; }
span { border-color: rgb(159,35,68); }
td.TdClassName
{
border-color: #9F2344;
}
.TagClassName
{
border-color: #9F2344;
}
</style>