Shades of Lipstick #9B1E49
Tints of Lipstick #9B1E49
RGB
CMYK
RGB Variations
Color information
#9B1E49 (or 0x9B1E49) is known color: Lipstick. HEX triplet: 9B, 1E and 49. RGB value is (155,30,73). Sum of RGB (Red+Green+Blue) = 155+30+73=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E49 is #64E1B6. Grayscale: #484848. Windows color (decimal): -6611383 or 4791963. OLE color: 4791963.
HSL color Cylindrical-coordinate representation of color #9B1E49: hue angle of 339.36º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E49 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 73 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.39 |
| HSL | 339.36º | 0.68% | 0.36% | - |
| HSV(B) | 339.36º | 0.81% | 0.61% | - |
| XYZ | 15.18 | 8.38 | 7.12 | - |
| YUV | 72.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 73 | 0 | 0.81 | 0.53 | 0.39 | 339.36 | 0.68 | 0.36 |
| Hex | 9B | 1E | 49 | 0 | 51 | 35 | 27 | 153 | 44 | 24 |
| Octal | 233 | 36 | 111 | 0 | 121 | 65 | 47 | 523 | 104 | 44 |
| Binary | 10011011 | 11110 | 1001001 | 0 | 1010001 | 110101 | 100111 | 101010011 | 1000100 | 100100 |
Color Harmonies of #9B1E49
Complementary color
Monochromatic Colors of #9B1E49
Black with #9B1E49
Text Example
Text Example
White with #9B1E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E49; }
p { color: rgb(155,30,73); }
H1.HeaderClassName
{
color: #9B1E49;
}
.AnyTagClassName
{
color: #9B1E49;
}
</style>
background-color css
<style>
a { background-color: #9B1E49; }
a { background-color: rgb(155,30,73); }
div.DivClassName
{
background-color: #9B1E49;
}
.BgClassName
{
background-color: #9B1E49;
}
</style>
border-color css
<style>
span { border-color: #9B1E49; }
span { border-color: rgb(155,30,73); }
td.TdClassName
{
border-color: #9B1E49;
}
.TagClassName
{
border-color: #9B1E49;
}
</style>