Shades of Lipstick #9B2856
Tints of Lipstick #9B2856
RGB
CMYK
RGB Variations
Color information
#9B2856 (or 0x9B2856) is known color: Lipstick. HEX triplet: 9B, 28 and 56. RGB value is (155,40,86). Sum of RGB (Red+Green+Blue) = 155+40+86=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2856 is #64D7A9. Grayscale: #4F4F4F. Windows color (decimal): -6608810 or 5646491. OLE color: 5646491.
HSL color Cylindrical-coordinate representation of color #9B2856: hue angle of 336º degrees, saturation: 0.59, 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 #9B2856 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 86 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.39 |
| HSL | 336º | 0.59% | 0.38% | - |
| HSV(B) | 336º | 0.74% | 0.61% | - |
| XYZ | 15.96 | 9.16 | 9.73 | - |
| YUV | 79.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 86 | 0 | 0.74 | 0.45 | 0.39 | 336 | 0.59 | 0.38 |
| Hex | 9B | 28 | 56 | 0 | 4A | 2D | 27 | 150 | 3B | 26 |
| Octal | 233 | 50 | 126 | 0 | 112 | 55 | 47 | 520 | 73 | 46 |
| Binary | 10011011 | 101000 | 1010110 | 0 | 1001010 | 101101 | 100111 | 101010000 | 111011 | 100110 |
Color Harmonies of #9B2856
Complementary color
Monochromatic Colors of #9B2856
Black with #9B2856
Text Example
Text Example
White with #9B2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2856; }
p { color: rgb(155,40,86); }
H1.HeaderClassName
{
color: #9B2856;
}
.AnyTagClassName
{
color: #9B2856;
}
</style>
background-color css
<style>
a { background-color: #9B2856; }
a { background-color: rgb(155,40,86); }
div.DivClassName
{
background-color: #9B2856;
}
.BgClassName
{
background-color: #9B2856;
}
</style>
border-color css
<style>
span { border-color: #9B2856; }
span { border-color: rgb(155,40,86); }
td.TdClassName
{
border-color: #9B2856;
}
.TagClassName
{
border-color: #9B2856;
}
</style>