Shades of Lipstick #9F1B45
Tints of Lipstick #9F1B45
RGB
CMYK
RGB Variations
Color information
#9F1B45 (or 0x9F1B45) is known color: Lipstick. HEX triplet: 9F, 1B and 45. RGB value is (159,27,69). Sum of RGB (Red+Green+Blue) = 159+27+69=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B45 is #60E4BA. Grayscale: #474747. Windows color (decimal): -6350011 or 4529055. OLE color: 4529055.
HSL color Cylindrical-coordinate representation of color #9F1B45: hue angle of 340.91º 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 #9F1B45 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 69 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.38 |
| HSL | 340.91º | 0.71% | 0.36% | - |
| HSV(B) | 340.91º | 0.83% | 0.62% | - |
| XYZ | 15.76 | 8.58 | 6.46 | - |
| YUV | 71.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 69 | 0 | 0.83 | 0.57 | 0.38 | 340.91 | 0.71 | 0.36 |
| Hex | 9F | 1B | 45 | 0 | 53 | 39 | 26 | 155 | 47 | 24 |
| Octal | 237 | 33 | 105 | 0 | 123 | 71 | 46 | 525 | 107 | 44 |
| Binary | 10011111 | 11011 | 1000101 | 0 | 1010011 | 111001 | 100110 | 101010101 | 1000111 | 100100 |
Color Harmonies of #9F1B45
Complementary color
Monochromatic Colors of #9F1B45
Black with #9F1B45
Text Example
Text Example
White with #9F1B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B45; }
p { color: rgb(159,27,69); }
H1.HeaderClassName
{
color: #9F1B45;
}
.AnyTagClassName
{
color: #9F1B45;
}
</style>
background-color css
<style>
a { background-color: #9F1B45; }
a { background-color: rgb(159,27,69); }
div.DivClassName
{
background-color: #9F1B45;
}
.BgClassName
{
background-color: #9F1B45;
}
</style>
border-color css
<style>
span { border-color: #9F1B45; }
span { border-color: rgb(159,27,69); }
td.TdClassName
{
border-color: #9F1B45;
}
.TagClassName
{
border-color: #9F1B45;
}
</style>