Shades of Lipstick #9C2547
Tints of Lipstick #9C2547
RGB
CMYK
RGB Variations
Color information
#9C2547 (or 0x9C2547) is known color: Lipstick. HEX triplet: 9C, 25 and 47. RGB value is (156,37,71). Sum of RGB (Red+Green+Blue) = 156+37+71=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2547 is #63DAB8. Grayscale: #4C4C4C. Windows color (decimal): -6544057 or 4662684. OLE color: 4662684.
HSL color Cylindrical-coordinate representation of color #9C2547: hue angle of 342.86º degrees, saturation: 0.62, 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 #9C2547 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 71 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.39 |
| HSL | 342.86º | 0.62% | 0.38% | - |
| HSV(B) | 342.86º | 0.76% | 0.61% | - |
| XYZ | 15.51 | 8.85 | 6.85 | - |
| YUV | 76.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 71 | 0 | 0.76 | 0.54 | 0.39 | 342.86 | 0.62 | 0.38 |
| Hex | 9C | 25 | 47 | 0 | 4C | 36 | 27 | 157 | 3E | 26 |
| Octal | 234 | 45 | 107 | 0 | 114 | 66 | 47 | 527 | 76 | 46 |
| Binary | 10011100 | 100101 | 1000111 | 0 | 1001100 | 110110 | 100111 | 101010111 | 111110 | 100110 |
Color Harmonies of #9C2547
Complementary color
Monochromatic Colors of #9C2547
Black with #9C2547
Text Example
Text Example
White with #9C2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2547; }
p { color: rgb(156,37,71); }
H1.HeaderClassName
{
color: #9C2547;
}
.AnyTagClassName
{
color: #9C2547;
}
</style>
background-color css
<style>
a { background-color: #9C2547; }
a { background-color: rgb(156,37,71); }
div.DivClassName
{
background-color: #9C2547;
}
.BgClassName
{
background-color: #9C2547;
}
</style>
border-color css
<style>
span { border-color: #9C2547; }
span { border-color: rgb(156,37,71); }
td.TdClassName
{
border-color: #9C2547;
}
.TagClassName
{
border-color: #9C2547;
}
</style>