Shades of Lipstick #9B1540
Tints of Lipstick #9B1540
RGB
CMYK
RGB Variations
Color information
#9B1540 (or 0x9B1540) is known color: Lipstick. HEX triplet: 9B, 15 and 40. RGB value is (155,21,64). Sum of RGB (Red+Green+Blue) = 155+21+64=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1540 is #64EABF. Grayscale: #414141. Windows color (decimal): -6613696 or 4199835. OLE color: 4199835.
HSL color Cylindrical-coordinate representation of color #9B1540: hue angle of 340.75º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1540 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 21 | 64 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.39 |
| HSL | 340.75º | 0.76% | 0.35% | - |
| HSV(B) | 340.75º | 0.86% | 0.61% | - |
| XYZ | 14.71 | 7.88 | 5.6 | - |
| YUV | 65.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 64 | 0 | 0.86 | 0.59 | 0.39 | 340.75 | 0.76 | 0.35 |
| Hex | 9B | 15 | 40 | 0 | 56 | 3B | 27 | 155 | 4C | 23 |
| Octal | 233 | 25 | 100 | 0 | 126 | 73 | 47 | 525 | 114 | 43 |
| Binary | 10011011 | 10101 | 1000000 | 0 | 1010110 | 111011 | 100111 | 101010101 | 1001100 | 100011 |
Color Harmonies of #9B1540
Complementary color
Monochromatic Colors of #9B1540
Black with #9B1540
Text Example
Text Example
White with #9B1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1540; }
p { color: rgb(155,21,64); }
H1.HeaderClassName
{
color: #9B1540;
}
.AnyTagClassName
{
color: #9B1540;
}
</style>
background-color css
<style>
a { background-color: #9B1540; }
a { background-color: rgb(155,21,64); }
div.DivClassName
{
background-color: #9B1540;
}
.BgClassName
{
background-color: #9B1540;
}
</style>
border-color css
<style>
span { border-color: #9B1540; }
span { border-color: rgb(155,21,64); }
td.TdClassName
{
border-color: #9B1540;
}
.TagClassName
{
border-color: #9B1540;
}
</style>