Shades of Lipstick #9F1B42
Tints of Lipstick #9F1B42
RGB
CMYK
RGB Variations
Color information
#9F1B42 (or 0x9F1B42) is known color: Lipstick. HEX triplet: 9F, 1B and 42. RGB value is (159,27,66). Sum of RGB (Red+Green+Blue) = 159+27+66=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B42 is #60E4BD. Grayscale: #464646. Windows color (decimal): -6350014 or 4332447. OLE color: 4332447.
HSL color Cylindrical-coordinate representation of color #9F1B42: hue angle of 342.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B42 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 66 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.38 |
| HSL | 342.27º | 0.71% | 0.36% | - |
| HSV(B) | 342.27º | 0.83% | 0.62% | - |
| XYZ | 15.67 | 8.55 | 5.98 | - |
| YUV | 70.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 66 | 0 | 0.83 | 0.58 | 0.38 | 342.27 | 0.71 | 0.36 |
| Hex | 9F | 1B | 42 | 0 | 53 | 3A | 26 | 156 | 47 | 24 |
| Octal | 237 | 33 | 102 | 0 | 123 | 72 | 46 | 526 | 107 | 44 |
| Binary | 10011111 | 11011 | 1000010 | 0 | 1010011 | 111010 | 100110 | 101010110 | 1000111 | 100100 |
Color Harmonies of #9F1B42
Complementary color
Monochromatic Colors of #9F1B42
Black with #9F1B42
Text Example
Text Example
White with #9F1B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B42; }
p { color: rgb(159,27,66); }
H1.HeaderClassName
{
color: #9F1B42;
}
.AnyTagClassName
{
color: #9F1B42;
}
</style>
background-color css
<style>
a { background-color: #9F1B42; }
a { background-color: rgb(159,27,66); }
div.DivClassName
{
background-color: #9F1B42;
}
.BgClassName
{
background-color: #9F1B42;
}
</style>
border-color css
<style>
span { border-color: #9F1B42; }
span { border-color: rgb(159,27,66); }
td.TdClassName
{
border-color: #9F1B42;
}
.TagClassName
{
border-color: #9F1B42;
}
</style>