Shades of Lipstick #9C2549
Tints of Lipstick #9C2549
RGB
CMYK
RGB Variations
Color information
#9C2549 (or 0x9C2549) is known color: Lipstick. HEX triplet: 9C, 25 and 49. RGB value is (156,37,73). Sum of RGB (Red+Green+Blue) = 156+37+73=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2549 is #63DAB6. Grayscale: #4C4C4C. Windows color (decimal): -6544055 or 4793756. OLE color: 4793756.
HSL color Cylindrical-coordinate representation of color #9C2549: hue angle of 341.85º 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 #9C2549 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 73 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.39 |
| HSL | 341.85º | 0.62% | 0.38% | - |
| HSV(B) | 341.85º | 0.76% | 0.61% | - |
| XYZ | 15.57 | 8.87 | 7.19 | - |
| YUV | 76.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 73 | 0 | 0.76 | 0.53 | 0.39 | 341.85 | 0.62 | 0.38 |
| Hex | 9C | 25 | 49 | 0 | 4C | 35 | 27 | 156 | 3E | 26 |
| Octal | 234 | 45 | 111 | 0 | 114 | 65 | 47 | 526 | 76 | 46 |
| Binary | 10011100 | 100101 | 1001001 | 0 | 1001100 | 110101 | 100111 | 101010110 | 111110 | 100110 |
Color Harmonies of #9C2549
Complementary color
Monochromatic Colors of #9C2549
Black with #9C2549
Text Example
Text Example
White with #9C2549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2549; }
p { color: rgb(156,37,73); }
H1.HeaderClassName
{
color: #9C2549;
}
.AnyTagClassName
{
color: #9C2549;
}
</style>
background-color css
<style>
a { background-color: #9C2549; }
a { background-color: rgb(156,37,73); }
div.DivClassName
{
background-color: #9C2549;
}
.BgClassName
{
background-color: #9C2549;
}
</style>
border-color css
<style>
span { border-color: #9C2549; }
span { border-color: rgb(156,37,73); }
td.TdClassName
{
border-color: #9C2549;
}
.TagClassName
{
border-color: #9C2549;
}
</style>