Shades of Lipstick #9F1F44
Tints of Lipstick #9F1F44
RGB
CMYK
RGB Variations
Color information
#9F1F44 (or 0x9F1F44) is known color: Lipstick. HEX triplet: 9F, 1F and 44. RGB value is (159,31,68). Sum of RGB (Red+Green+Blue) = 159+31+68=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F44 is #60E0BB. Grayscale: #494949. Windows color (decimal): -6348988 or 4464543. OLE color: 4464543.
HSL color Cylindrical-coordinate representation of color #9F1F44: hue angle of 342.66º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F44 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 68 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.38 |
| HSL | 342.66º | 0.67% | 0.37% | - |
| HSV(B) | 342.66º | 0.81% | 0.62% | - |
| XYZ | 15.83 | 8.77 | 6.33 | - |
| YUV | 73.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 68 | 0 | 0.81 | 0.57 | 0.38 | 342.66 | 0.67 | 0.37 |
| Hex | 9F | 1F | 44 | 0 | 51 | 39 | 26 | 157 | 43 | 25 |
| Octal | 237 | 37 | 104 | 0 | 121 | 71 | 46 | 527 | 103 | 45 |
| Binary | 10011111 | 11111 | 1000100 | 0 | 1010001 | 111001 | 100110 | 101010111 | 1000011 | 100101 |
Color Harmonies of #9F1F44
Complementary color
Monochromatic Colors of #9F1F44
Black with #9F1F44
Text Example
Text Example
White with #9F1F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F44; }
p { color: rgb(159,31,68); }
H1.HeaderClassName
{
color: #9F1F44;
}
.AnyTagClassName
{
color: #9F1F44;
}
</style>
background-color css
<style>
a { background-color: #9F1F44; }
a { background-color: rgb(159,31,68); }
div.DivClassName
{
background-color: #9F1F44;
}
.BgClassName
{
background-color: #9F1F44;
}
</style>
border-color css
<style>
span { border-color: #9F1F44; }
span { border-color: rgb(159,31,68); }
td.TdClassName
{
border-color: #9F1F44;
}
.TagClassName
{
border-color: #9F1F44;
}
</style>