Shades of Lipstick #9B2950
Tints of Lipstick #9B2950
RGB
CMYK
RGB Variations
Color information
#9B2950 (or 0x9B2950) is known color: Lipstick. HEX triplet: 9B, 29 and 50. RGB value is (155,41,80). Sum of RGB (Red+Green+Blue) = 155+41+80=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2950 is #64D6AF. Grayscale: #4F4F4F. Windows color (decimal): -6608560 or 5253531. OLE color: 5253531.
HSL color Cylindrical-coordinate representation of color #9B2950: hue angle of 339.47º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2950 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 80 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.39 |
| HSL | 339.47º | 0.58% | 0.38% | - |
| HSV(B) | 339.47º | 0.74% | 0.61% | - |
| XYZ | 15.76 | 9.13 | 8.52 | - |
| YUV | 79.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 80 | 0 | 0.74 | 0.48 | 0.39 | 339.47 | 0.58 | 0.38 |
| Hex | 9B | 29 | 50 | 0 | 4A | 30 | 27 | 153 | 3A | 26 |
| Octal | 233 | 51 | 120 | 0 | 112 | 60 | 47 | 523 | 72 | 46 |
| Binary | 10011011 | 101001 | 1010000 | 0 | 1001010 | 110000 | 100111 | 101010011 | 111010 | 100110 |
Color Harmonies of #9B2950
Complementary color
Monochromatic Colors of #9B2950
Black with #9B2950
Text Example
Text Example
White with #9B2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2950; }
p { color: rgb(155,41,80); }
H1.HeaderClassName
{
color: #9B2950;
}
.AnyTagClassName
{
color: #9B2950;
}
</style>
background-color css
<style>
a { background-color: #9B2950; }
a { background-color: rgb(155,41,80); }
div.DivClassName
{
background-color: #9B2950;
}
.BgClassName
{
background-color: #9B2950;
}
</style>
border-color css
<style>
span { border-color: #9B2950; }
span { border-color: rgb(155,41,80); }
td.TdClassName
{
border-color: #9B2950;
}
.TagClassName
{
border-color: #9B2950;
}
</style>