Shades of Lipstick #9B2956
Tints of Lipstick #9B2956
RGB
CMYK
RGB Variations
Color information
#9B2956 (or 0x9B2956) is known color: Lipstick. HEX triplet: 9B, 29 and 56. RGB value is (155,41,86). Sum of RGB (Red+Green+Blue) = 155+41+86=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2956 is #64D6A9. Grayscale: #505050. Windows color (decimal): -6608554 or 5646747. OLE color: 5646747.
HSL color Cylindrical-coordinate representation of color #9B2956: hue angle of 336.32º 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 #9B2956 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 86 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.39 |
| HSL | 336.32º | 0.58% | 0.38% | - |
| HSV(B) | 336.32º | 0.74% | 0.61% | - |
| XYZ | 15.99 | 9.23 | 9.74 | - |
| YUV | 80.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 86 | 0 | 0.74 | 0.45 | 0.39 | 336.32 | 0.58 | 0.38 |
| Hex | 9B | 29 | 56 | 0 | 4A | 2D | 27 | 150 | 3A | 26 |
| Octal | 233 | 51 | 126 | 0 | 112 | 55 | 47 | 520 | 72 | 46 |
| Binary | 10011011 | 101001 | 1010110 | 0 | 1001010 | 101101 | 100111 | 101010000 | 111010 | 100110 |
Color Harmonies of #9B2956
Complementary color
Monochromatic Colors of #9B2956
Black with #9B2956
Text Example
Text Example
White with #9B2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2956; }
p { color: rgb(155,41,86); }
H1.HeaderClassName
{
color: #9B2956;
}
.AnyTagClassName
{
color: #9B2956;
}
</style>
background-color css
<style>
a { background-color: #9B2956; }
a { background-color: rgb(155,41,86); }
div.DivClassName
{
background-color: #9B2956;
}
.BgClassName
{
background-color: #9B2956;
}
</style>
border-color css
<style>
span { border-color: #9B2956; }
span { border-color: rgb(155,41,86); }
td.TdClassName
{
border-color: #9B2956;
}
.TagClassName
{
border-color: #9B2956;
}
</style>