Shades of Lipstick #9B2547
Tints of Lipstick #9B2547
RGB
CMYK
RGB Variations
Color information
#9B2547 (or 0x9B2547) is known color: Lipstick. HEX triplet: 9B, 25 and 47. RGB value is (155,37,71). Sum of RGB (Red+Green+Blue) = 155+37+71=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2547 is #64DAB8. Grayscale: #4C4C4C. Windows color (decimal): -6609593 or 4662683. OLE color: 4662683.
HSL color Cylindrical-coordinate representation of color #9B2547: hue angle of 342.71º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2547 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 71 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.39 |
| HSL | 342.71º | 0.61% | 0.38% | - |
| HSV(B) | 342.71º | 0.76% | 0.61% | - |
| XYZ | 15.32 | 8.75 | 6.84 | - |
| YUV | 76.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 71 | 0 | 0.76 | 0.54 | 0.39 | 342.71 | 0.61 | 0.38 |
| Hex | 9B | 25 | 47 | 0 | 4C | 36 | 27 | 157 | 3D | 26 |
| Octal | 233 | 45 | 107 | 0 | 114 | 66 | 47 | 527 | 75 | 46 |
| Binary | 10011011 | 100101 | 1000111 | 0 | 1001100 | 110110 | 100111 | 101010111 | 111101 | 100110 |
Color Harmonies of #9B2547
Complementary color
Monochromatic Colors of #9B2547
Black with #9B2547
Text Example
Text Example
White with #9B2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2547; }
p { color: rgb(155,37,71); }
H1.HeaderClassName
{
color: #9B2547;
}
.AnyTagClassName
{
color: #9B2547;
}
</style>
background-color css
<style>
a { background-color: #9B2547; }
a { background-color: rgb(155,37,71); }
div.DivClassName
{
background-color: #9B2547;
}
.BgClassName
{
background-color: #9B2547;
}
</style>
border-color css
<style>
span { border-color: #9B2547; }
span { border-color: rgb(155,37,71); }
td.TdClassName
{
border-color: #9B2547;
}
.TagClassName
{
border-color: #9B2547;
}
</style>