Shades of Lipstick #9B2356
Tints of Lipstick #9B2356
RGB
CMYK
RGB Variations
Color information
#9B2356 (or 0x9B2356) is known color: Lipstick. HEX triplet: 9B, 23 and 56. RGB value is (155,35,86). Sum of RGB (Red+Green+Blue) = 155+35+86=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2356 is #64DCA9. Grayscale: #4C4C4C. Windows color (decimal): -6610090 or 5645211. OLE color: 5645211.
HSL color Cylindrical-coordinate representation of color #9B2356: hue angle of 334.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2356 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 86 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.39 |
| HSL | 334.5º | 0.63% | 0.37% | - |
| HSV(B) | 334.5º | 0.77% | 0.61% | - |
| XYZ | 15.8 | 8.84 | 9.68 | - |
| YUV | 76.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 86 | 0 | 0.77 | 0.45 | 0.39 | 334.5 | 0.63 | 0.37 |
| Hex | 9B | 23 | 56 | 0 | 4D | 2D | 27 | 14E | 3F | 25 |
| Octal | 233 | 43 | 126 | 0 | 115 | 55 | 47 | 516 | 77 | 45 |
| Binary | 10011011 | 100011 | 1010110 | 0 | 1001101 | 101101 | 100111 | 101001110 | 111111 | 100101 |
Color Harmonies of #9B2356
Complementary color
Monochromatic Colors of #9B2356
Black with #9B2356
Text Example
Text Example
White with #9B2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2356; }
p { color: rgb(155,35,86); }
H1.HeaderClassName
{
color: #9B2356;
}
.AnyTagClassName
{
color: #9B2356;
}
</style>
background-color css
<style>
a { background-color: #9B2356; }
a { background-color: rgb(155,35,86); }
div.DivClassName
{
background-color: #9B2356;
}
.BgClassName
{
background-color: #9B2356;
}
</style>
border-color css
<style>
span { border-color: #9B2356; }
span { border-color: rgb(155,35,86); }
td.TdClassName
{
border-color: #9B2356;
}
.TagClassName
{
border-color: #9B2356;
}
</style>