Shades of Lipstick #9C1C59
Tints of Lipstick #9C1C59
RGB
CMYK
RGB Variations
Color information
#9C1C59 (or 0x9C1C59) is known color: Lipstick. HEX triplet: 9C, 1C and 59. RGB value is (156,28,89). Sum of RGB (Red+Green+Blue) = 156+28+89=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1C59 is #63E3A6. Grayscale: #494949. Windows color (decimal): -6546343 or 5840028. OLE color: 5840028.
HSL color Cylindrical-coordinate representation of color #9C1C59: hue angle of 331.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C59 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 89 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.39 |
| HSL | 331.41º | 0.7% | 0.36% | - |
| HSV(B) | 331.41º | 0.82% | 0.61% | - |
| XYZ | 15.93 | 8.62 | 10.28 | - |
| YUV | 73.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 89 | 0 | 0.82 | 0.43 | 0.39 | 331.41 | 0.7 | 0.36 |
| Hex | 9C | 1C | 59 | 0 | 52 | 2B | 27 | 14B | 46 | 24 |
| Octal | 234 | 34 | 131 | 0 | 122 | 53 | 47 | 513 | 106 | 44 |
| Binary | 10011100 | 11100 | 1011001 | 0 | 1010010 | 101011 | 100111 | 101001011 | 1000110 | 100100 |
Color Harmonies of #9C1C59
Complementary color
Monochromatic Colors of #9C1C59
Black with #9C1C59
Text Example
Text Example
White with #9C1C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C59; }
p { color: rgb(156,28,89); }
H1.HeaderClassName
{
color: #9C1C59;
}
.AnyTagClassName
{
color: #9C1C59;
}
</style>
background-color css
<style>
a { background-color: #9C1C59; }
a { background-color: rgb(156,28,89); }
div.DivClassName
{
background-color: #9C1C59;
}
.BgClassName
{
background-color: #9C1C59;
}
</style>
border-color css
<style>
span { border-color: #9C1C59; }
span { border-color: rgb(156,28,89); }
td.TdClassName
{
border-color: #9C1C59;
}
.TagClassName
{
border-color: #9C1C59;
}
</style>