Shades of Lipstick #9F1D4C
Tints of Lipstick #9F1D4C
RGB
CMYK
RGB Variations
Color information
#9F1D4C (or 0x9F1D4C) is known color: Lipstick. HEX triplet: 9F, 1D and 4C. RGB value is (159,29,76). Sum of RGB (Red+Green+Blue) = 159+29+76=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D4C is #60E2B3. Grayscale: #494949. Windows color (decimal): -6349492 or 4988319. OLE color: 4988319.
HSL color Cylindrical-coordinate representation of color #9F1D4C: hue angle of 338.31º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D4C is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 76 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.38 |
| HSL | 338.31º | 0.69% | 0.37% | - |
| HSV(B) | 338.31º | 0.82% | 0.62% | - |
| XYZ | 16.04 | 8.77 | 7.69 | - |
| YUV | 73.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 76 | 0 | 0.82 | 0.52 | 0.38 | 338.31 | 0.69 | 0.37 |
| Hex | 9F | 1D | 4C | 0 | 52 | 34 | 26 | 152 | 45 | 25 |
| Octal | 237 | 35 | 114 | 0 | 122 | 64 | 46 | 522 | 105 | 45 |
| Binary | 10011111 | 11101 | 1001100 | 0 | 1010010 | 110100 | 100110 | 101010010 | 1000101 | 100101 |
Color Harmonies of #9F1D4C
Complementary color
Monochromatic Colors of #9F1D4C
Black with #9F1D4C
Text Example
Text Example
White with #9F1D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D4C; }
p { color: rgb(159,29,76); }
H1.HeaderClassName
{
color: #9F1D4C;
}
.AnyTagClassName
{
color: #9F1D4C;
}
</style>
background-color css
<style>
a { background-color: #9F1D4C; }
a { background-color: rgb(159,29,76); }
div.DivClassName
{
background-color: #9F1D4C;
}
.BgClassName
{
background-color: #9F1D4C;
}
</style>
border-color css
<style>
span { border-color: #9F1D4C; }
span { border-color: rgb(159,29,76); }
td.TdClassName
{
border-color: #9F1D4C;
}
.TagClassName
{
border-color: #9F1D4C;
}
</style>