Shades of Lipstick #9C2544
Tints of Lipstick #9C2544
RGB
CMYK
RGB Variations
Color information
#9C2544 (or 0x9C2544) is known color: Lipstick. HEX triplet: 9C, 25 and 44. RGB value is (156,37,68). Sum of RGB (Red+Green+Blue) = 156+37+68=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2544 is #63DABB. Grayscale: #4C4C4C. Windows color (decimal): -6544060 or 4466076. OLE color: 4466076.
HSL color Cylindrical-coordinate representation of color #9C2544: hue angle of 344.37º 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 #9C2544 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 68 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.39 |
| HSL | 344.37º | 0.62% | 0.38% | - |
| HSV(B) | 344.37º | 0.76% | 0.61% | - |
| XYZ | 15.42 | 8.81 | 6.36 | - |
| YUV | 76.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 68 | 0 | 0.76 | 0.56 | 0.39 | 344.37 | 0.62 | 0.38 |
| Hex | 9C | 25 | 44 | 0 | 4C | 38 | 27 | 158 | 3E | 26 |
| Octal | 234 | 45 | 104 | 0 | 114 | 70 | 47 | 530 | 76 | 46 |
| Binary | 10011100 | 100101 | 1000100 | 0 | 1001100 | 111000 | 100111 | 101011000 | 111110 | 100110 |
Color Harmonies of #9C2544
Complementary color
Monochromatic Colors of #9C2544
Black with #9C2544
Text Example
Text Example
White with #9C2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2544; }
p { color: rgb(156,37,68); }
H1.HeaderClassName
{
color: #9C2544;
}
.AnyTagClassName
{
color: #9C2544;
}
</style>
background-color css
<style>
a { background-color: #9C2544; }
a { background-color: rgb(156,37,68); }
div.DivClassName
{
background-color: #9C2544;
}
.BgClassName
{
background-color: #9C2544;
}
</style>
border-color css
<style>
span { border-color: #9C2544; }
span { border-color: rgb(156,37,68); }
td.TdClassName
{
border-color: #9C2544;
}
.TagClassName
{
border-color: #9C2544;
}
</style>