Shades of Lipstick #9C3559
Tints of Lipstick #9C3559
RGB
CMYK
RGB Variations
Color information
#9C3559 (or 0x9C3559) is known color: Lipstick. HEX triplet: 9C, 35 and 59. RGB value is (156,53,89). Sum of RGB (Red+Green+Blue) = 156+53+89=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3559 is #63CAA6. Grayscale: #575757. Windows color (decimal): -6539943 or 5846428. OLE color: 5846428.
HSL color Cylindrical-coordinate representation of color #9C3559: hue angle of 339.03º 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 #9C3559 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 89 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.39 |
| HSL | 339.03º | 0.49% | 0.41% | - |
| HSV(B) | 339.03º | 0.66% | 0.61% | - |
| XYZ | 16.79 | 10.34 | 10.56 | - |
| YUV | 87.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 89 | 0 | 0.66 | 0.43 | 0.39 | 339.03 | 0.49 | 0.41 |
| Hex | 9C | 35 | 59 | 0 | 42 | 2B | 27 | 153 | 31 | 29 |
| Octal | 234 | 65 | 131 | 0 | 102 | 53 | 47 | 523 | 61 | 51 |
| Binary | 10011100 | 110101 | 1011001 | 0 | 1000010 | 101011 | 100111 | 101010011 | 110001 | 101001 |
Color Harmonies of #9C3559
Complementary color
Monochromatic Colors of #9C3559
Black with #9C3559
Text Example
Text Example
White with #9C3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3559; }
p { color: rgb(156,53,89); }
H1.HeaderClassName
{
color: #9C3559;
}
.AnyTagClassName
{
color: #9C3559;
}
</style>
background-color css
<style>
a { background-color: #9C3559; }
a { background-color: rgb(156,53,89); }
div.DivClassName
{
background-color: #9C3559;
}
.BgClassName
{
background-color: #9C3559;
}
</style>
border-color css
<style>
span { border-color: #9C3559; }
span { border-color: rgb(156,53,89); }
td.TdClassName
{
border-color: #9C3559;
}
.TagClassName
{
border-color: #9C3559;
}
</style>