Shades of Lipstick #9C3557
Tints of Lipstick #9C3557
RGB
CMYK
RGB Variations
Color information
#9C3557 (or 0x9C3557) is known color: Lipstick. HEX triplet: 9C, 35 and 57. RGB value is (156,53,87). Sum of RGB (Red+Green+Blue) = 156+53+87=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3557 is #63CAA8. Grayscale: #575757. Windows color (decimal): -6539945 or 5715356. OLE color: 5715356.
HSL color Cylindrical-coordinate representation of color #9C3557: hue angle of 340.19º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C3557 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 87 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.39 |
| HSL | 340.19º | 0.49% | 0.41% | - |
| HSV(B) | 340.19º | 0.66% | 0.61% | - |
| XYZ | 16.7 | 10.3 | 10.12 | - |
| YUV | 87.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 87 | 0 | 0.66 | 0.44 | 0.39 | 340.19 | 0.49 | 0.41 |
| Hex | 9C | 35 | 57 | 0 | 42 | 2C | 27 | 154 | 31 | 29 |
| Octal | 234 | 65 | 127 | 0 | 102 | 54 | 47 | 524 | 61 | 51 |
| Binary | 10011100 | 110101 | 1010111 | 0 | 1000010 | 101100 | 100111 | 101010100 | 110001 | 101001 |
Color Harmonies of #9C3557
Complementary color
Monochromatic Colors of #9C3557
Black with #9C3557
Text Example
Text Example
White with #9C3557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3557; }
p { color: rgb(156,53,87); }
H1.HeaderClassName
{
color: #9C3557;
}
.AnyTagClassName
{
color: #9C3557;
}
</style>
background-color css
<style>
a { background-color: #9C3557; }
a { background-color: rgb(156,53,87); }
div.DivClassName
{
background-color: #9C3557;
}
.BgClassName
{
background-color: #9C3557;
}
</style>
border-color css
<style>
span { border-color: #9C3557; }
span { border-color: rgb(156,53,87); }
td.TdClassName
{
border-color: #9C3557;
}
.TagClassName
{
border-color: #9C3557;
}
</style>