Shades of Lipstick #9C325E
Tints of Lipstick #9C325E
RGB
CMYK
RGB Variations
Color information
#9C325E (or 0x9C325E) is known color: Lipstick. HEX triplet: 9C, 32 and 5E. RGB value is (156,50,94). Sum of RGB (Red+Green+Blue) = 156+50+94=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C325E is #63CDA1. Grayscale: #565656. Windows color (decimal): -6540706 or 6173340. OLE color: 6173340.
HSL color Cylindrical-coordinate representation of color #9C325E: hue angle of 335.09º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C325E is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 94 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.39 |
| HSL | 335.09º | 0.51% | 0.4% | - |
| HSV(B) | 335.09º | 0.68% | 0.61% | - |
| XYZ | 16.87 | 10.16 | 11.66 | - |
| YUV | 86.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 94 | 0 | 0.68 | 0.40 | 0.39 | 335.09 | 0.51 | 0.4 |
| Hex | 9C | 32 | 5E | 0 | 44 | 28 | 27 | 14F | 33 | 28 |
| Octal | 234 | 62 | 136 | 0 | 104 | 50 | 47 | 517 | 63 | 50 |
| Binary | 10011100 | 110010 | 1011110 | 0 | 1000100 | 101000 | 100111 | 101001111 | 110011 | 101000 |
Color Harmonies of #9C325E
Complementary color
Monochromatic Colors of #9C325E
Black with #9C325E
Text Example
Text Example
White with #9C325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C325E; }
p { color: rgb(156,50,94); }
H1.HeaderClassName
{
color: #9C325E;
}
.AnyTagClassName
{
color: #9C325E;
}
</style>
background-color css
<style>
a { background-color: #9C325E; }
a { background-color: rgb(156,50,94); }
div.DivClassName
{
background-color: #9C325E;
}
.BgClassName
{
background-color: #9C325E;
}
</style>
border-color css
<style>
span { border-color: #9C325E; }
span { border-color: rgb(156,50,94); }
td.TdClassName
{
border-color: #9C325E;
}
.TagClassName
{
border-color: #9C325E;
}
</style>