Shades of Lipstick #9F1446
Tints of Lipstick #9F1446
RGB
CMYK
RGB Variations
Color information
#9F1446 (or 0x9F1446) is known color: Lipstick. HEX triplet: 9F, 14 and 46. RGB value is (159,20,70). Sum of RGB (Red+Green+Blue) = 159+20+70=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1446 is #60EBB9. Grayscale: #434343. Windows color (decimal): -6351802 or 4592799. OLE color: 4592799.
HSL color Cylindrical-coordinate representation of color #9F1446: hue angle of 338.42º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1446 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 70 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.38 |
| HSL | 338.42º | 0.78% | 0.35% | - |
| HSV(B) | 338.42º | 0.87% | 0.62% | - |
| XYZ | 15.65 | 8.31 | 6.57 | - |
| YUV | 67.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 70 | 0 | 0.87 | 0.56 | 0.38 | 338.42 | 0.78 | 0.35 |
| Hex | 9F | 14 | 46 | 0 | 57 | 38 | 26 | 152 | 4E | 23 |
| Octal | 237 | 24 | 106 | 0 | 127 | 70 | 46 | 522 | 116 | 43 |
| Binary | 10011111 | 10100 | 1000110 | 0 | 1010111 | 111000 | 100110 | 101010010 | 1001110 | 100011 |
Color Harmonies of #9F1446
Complementary color
Monochromatic Colors of #9F1446
Black with #9F1446
Text Example
Text Example
White with #9F1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1446; }
p { color: rgb(159,20,70); }
H1.HeaderClassName
{
color: #9F1446;
}
.AnyTagClassName
{
color: #9F1446;
}
</style>
background-color css
<style>
a { background-color: #9F1446; }
a { background-color: rgb(159,20,70); }
div.DivClassName
{
background-color: #9F1446;
}
.BgClassName
{
background-color: #9F1446;
}
</style>
border-color css
<style>
span { border-color: #9F1446; }
span { border-color: rgb(159,20,70); }
td.TdClassName
{
border-color: #9F1446;
}
.TagClassName
{
border-color: #9F1446;
}
</style>