Shades of Lipstick #9F1D45
Tints of Lipstick #9F1D45
RGB
CMYK
RGB Variations
Color information
#9F1D45 (or 0x9F1D45) is known color: Lipstick. HEX triplet: 9F, 1D and 45. RGB value is (159,29,69). Sum of RGB (Red+Green+Blue) = 159+29+69=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D45 is #60E2BA. Grayscale: #484848. Windows color (decimal): -6349499 or 4529567. OLE color: 4529567.
HSL color Cylindrical-coordinate representation of color #9F1D45: hue angle of 341.54º 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 #9F1D45 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 69 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.38 |
| HSL | 341.54º | 0.69% | 0.37% | - |
| HSV(B) | 341.54º | 0.82% | 0.62% | - |
| XYZ | 15.81 | 8.68 | 6.47 | - |
| YUV | 72.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 69 | 0 | 0.82 | 0.57 | 0.38 | 341.54 | 0.69 | 0.37 |
| Hex | 9F | 1D | 45 | 0 | 52 | 39 | 26 | 156 | 45 | 25 |
| Octal | 237 | 35 | 105 | 0 | 122 | 71 | 46 | 526 | 105 | 45 |
| Binary | 10011111 | 11101 | 1000101 | 0 | 1010010 | 111001 | 100110 | 101010110 | 1000101 | 100101 |
Color Harmonies of #9F1D45
Complementary color
Monochromatic Colors of #9F1D45
Black with #9F1D45
Text Example
Text Example
White with #9F1D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D45; }
p { color: rgb(159,29,69); }
H1.HeaderClassName
{
color: #9F1D45;
}
.AnyTagClassName
{
color: #9F1D45;
}
</style>
background-color css
<style>
a { background-color: #9F1D45; }
a { background-color: rgb(159,29,69); }
div.DivClassName
{
background-color: #9F1D45;
}
.BgClassName
{
background-color: #9F1D45;
}
</style>
border-color css
<style>
span { border-color: #9F1D45; }
span { border-color: rgb(159,29,69); }
td.TdClassName
{
border-color: #9F1D45;
}
.TagClassName
{
border-color: #9F1D45;
}
</style>