Shades of Lipstick #9B2E49
Tints of Lipstick #9B2E49
RGB
CMYK
RGB Variations
Color information
#9B2E49 (or 0x9B2E49) is known color: Lipstick. HEX triplet: 9B, 2E and 49. RGB value is (155,46,73). Sum of RGB (Red+Green+Blue) = 155+46+73=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E49 is #64D1B6. Grayscale: #515151. Windows color (decimal): -6607287 or 4796059. OLE color: 4796059.
HSL color Cylindrical-coordinate representation of color #9B2E49: hue angle of 345.14º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2E49 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 73 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.39 |
| HSL | 345.14º | 0.54% | 0.39% | - |
| HSV(B) | 345.14º | 0.7% | 0.61% | - |
| XYZ | 15.7 | 9.4 | 7.29 | - |
| YUV | 81.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 73 | 0 | 0.70 | 0.53 | 0.39 | 345.14 | 0.54 | 0.39 |
| Hex | 9B | 2E | 49 | 0 | 46 | 35 | 27 | 159 | 36 | 27 |
| Octal | 233 | 56 | 111 | 0 | 106 | 65 | 47 | 531 | 66 | 47 |
| Binary | 10011011 | 101110 | 1001001 | 0 | 1000110 | 110101 | 100111 | 101011001 | 110110 | 100111 |
Color Harmonies of #9B2E49
Complementary color
Monochromatic Colors of #9B2E49
Black with #9B2E49
Text Example
Text Example
White with #9B2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E49; }
p { color: rgb(155,46,73); }
H1.HeaderClassName
{
color: #9B2E49;
}
.AnyTagClassName
{
color: #9B2E49;
}
</style>
background-color css
<style>
a { background-color: #9B2E49; }
a { background-color: rgb(155,46,73); }
div.DivClassName
{
background-color: #9B2E49;
}
.BgClassName
{
background-color: #9B2E49;
}
</style>
border-color css
<style>
span { border-color: #9B2E49; }
span { border-color: rgb(155,46,73); }
td.TdClassName
{
border-color: #9B2E49;
}
.TagClassName
{
border-color: #9B2E49;
}
</style>