Shades of Lipstick #9F1B55
Tints of Lipstick #9F1B55
RGB
CMYK
RGB Variations
Color information
#9F1B55 (or 0x9F1B55) is known color: Lipstick. HEX triplet: 9F, 1B and 55. RGB value is (159,27,85). Sum of RGB (Red+Green+Blue) = 159+27+85=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1B55 is #60E4AA. Grayscale: #484848. Windows color (decimal): -6349995 or 5577631. OLE color: 5577631.
HSL color Cylindrical-coordinate representation of color #9F1B55: hue angle of 333.64º 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 #9F1B55 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 85 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.38 |
| HSL | 333.64º | 0.71% | 0.36% | - |
| HSV(B) | 333.64º | 0.83% | 0.62% | - |
| XYZ | 16.33 | 8.81 | 9.43 | - |
| YUV | 73.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 85 | 0 | 0.83 | 0.47 | 0.38 | 333.64 | 0.71 | 0.36 |
| Hex | 9F | 1B | 55 | 0 | 53 | 2F | 26 | 14E | 47 | 24 |
| Octal | 237 | 33 | 125 | 0 | 123 | 57 | 46 | 516 | 107 | 44 |
| Binary | 10011111 | 11011 | 1010101 | 0 | 1010011 | 101111 | 100110 | 101001110 | 1000111 | 100100 |
Color Harmonies of #9F1B55
Complementary color
Monochromatic Colors of #9F1B55
Black with #9F1B55
Text Example
Text Example
White with #9F1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B55; }
p { color: rgb(159,27,85); }
H1.HeaderClassName
{
color: #9F1B55;
}
.AnyTagClassName
{
color: #9F1B55;
}
</style>
background-color css
<style>
a { background-color: #9F1B55; }
a { background-color: rgb(159,27,85); }
div.DivClassName
{
background-color: #9F1B55;
}
.BgClassName
{
background-color: #9F1B55;
}
</style>
border-color css
<style>
span { border-color: #9F1B55; }
span { border-color: rgb(159,27,85); }
td.TdClassName
{
border-color: #9F1B55;
}
.TagClassName
{
border-color: #9F1B55;
}
</style>