Shades of Lipstick #9F1843
Tints of Lipstick #9F1843
RGB
CMYK
RGB Variations
Color information
#9F1843 (or 0x9F1843) is known color: Lipstick. HEX triplet: 9F, 18 and 43. RGB value is (159,24,67). Sum of RGB (Red+Green+Blue) = 159+24+67=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1843 is #60E7BC. Grayscale: #454545. Windows color (decimal): -6350781 or 4397215. OLE color: 4397215.
HSL color Cylindrical-coordinate representation of color #9F1843: hue angle of 340.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1843 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 67 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.38 |
| HSL | 340.89º | 0.74% | 0.36% | - |
| HSV(B) | 340.89º | 0.85% | 0.62% | - |
| XYZ | 15.64 | 8.43 | 6.11 | - |
| YUV | 69.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 67 | 0 | 0.85 | 0.58 | 0.38 | 340.89 | 0.74 | 0.36 |
| Hex | 9F | 18 | 43 | 0 | 55 | 3A | 26 | 155 | 4A | 24 |
| Octal | 237 | 30 | 103 | 0 | 125 | 72 | 46 | 525 | 112 | 44 |
| Binary | 10011111 | 11000 | 1000011 | 0 | 1010101 | 111010 | 100110 | 101010101 | 1001010 | 100100 |
Color Harmonies of #9F1843
Complementary color
Monochromatic Colors of #9F1843
Black with #9F1843
Text Example
Text Example
White with #9F1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1843; }
p { color: rgb(159,24,67); }
H1.HeaderClassName
{
color: #9F1843;
}
.AnyTagClassName
{
color: #9F1843;
}
</style>
background-color css
<style>
a { background-color: #9F1843; }
a { background-color: rgb(159,24,67); }
div.DivClassName
{
background-color: #9F1843;
}
.BgClassName
{
background-color: #9F1843;
}
</style>
border-color css
<style>
span { border-color: #9F1843; }
span { border-color: rgb(159,24,67); }
td.TdClassName
{
border-color: #9F1843;
}
.TagClassName
{
border-color: #9F1843;
}
</style>