Shades of Lipstick #9F1B4B
Tints of Lipstick #9F1B4B
RGB
CMYK
RGB Variations
Color information
#9F1B4B (or 0x9F1B4B) is known color: Lipstick. HEX triplet: 9F, 1B and 4B. RGB value is (159,27,75). Sum of RGB (Red+Green+Blue) = 159+27+75=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B4B is #60E4B4. Grayscale: #474747. Windows color (decimal): -6350005 or 4922271. OLE color: 4922271.
HSL color Cylindrical-coordinate representation of color #9F1B4B: hue angle of 338.18º 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 #9F1B4B is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 75 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.38 |
| HSL | 338.18º | 0.71% | 0.36% | - |
| HSV(B) | 338.18º | 0.83% | 0.62% | - |
| XYZ | 15.96 | 8.66 | 7.49 | - |
| YUV | 71.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 75 | 0 | 0.83 | 0.53 | 0.38 | 338.18 | 0.71 | 0.36 |
| Hex | 9F | 1B | 4B | 0 | 53 | 35 | 26 | 152 | 47 | 24 |
| Octal | 237 | 33 | 113 | 0 | 123 | 65 | 46 | 522 | 107 | 44 |
| Binary | 10011111 | 11011 | 1001011 | 0 | 1010011 | 110101 | 100110 | 101010010 | 1000111 | 100100 |
Color Harmonies of #9F1B4B
Complementary color
Monochromatic Colors of #9F1B4B
Black with #9F1B4B
Text Example
Text Example
White with #9F1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B4B; }
p { color: rgb(159,27,75); }
H1.HeaderClassName
{
color: #9F1B4B;
}
.AnyTagClassName
{
color: #9F1B4B;
}
</style>
background-color css
<style>
a { background-color: #9F1B4B; }
a { background-color: rgb(159,27,75); }
div.DivClassName
{
background-color: #9F1B4B;
}
.BgClassName
{
background-color: #9F1B4B;
}
</style>
border-color css
<style>
span { border-color: #9F1B4B; }
span { border-color: rgb(159,27,75); }
td.TdClassName
{
border-color: #9F1B4B;
}
.TagClassName
{
border-color: #9F1B4B;
}
</style>