Shades of Lipstick #9C1C49
Tints of Lipstick #9C1C49
RGB
CMYK
RGB Variations
Color information
#9C1C49 (or 0x9C1C49) is known color: Lipstick. HEX triplet: 9C, 1C and 49. RGB value is (156,28,73). Sum of RGB (Red+Green+Blue) = 156+28+73=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1C49 is #63E3B6. Grayscale: #474747. Windows color (decimal): -6546359 or 4791452. OLE color: 4791452.
HSL color Cylindrical-coordinate representation of color #9C1C49: hue angle of 338.91º 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 #9C1C49 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 73 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.39 |
| HSL | 338.91º | 0.7% | 0.36% | - |
| HSV(B) | 338.91º | 0.82% | 0.61% | - |
| XYZ | 15.33 | 8.38 | 7.11 | - |
| YUV | 71.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 73 | 0 | 0.82 | 0.53 | 0.39 | 338.91 | 0.7 | 0.36 |
| Hex | 9C | 1C | 49 | 0 | 52 | 35 | 27 | 153 | 46 | 24 |
| Octal | 234 | 34 | 111 | 0 | 122 | 65 | 47 | 523 | 106 | 44 |
| Binary | 10011100 | 11100 | 1001001 | 0 | 1010010 | 110101 | 100111 | 101010011 | 1000110 | 100100 |
Color Harmonies of #9C1C49
Complementary color
Monochromatic Colors of #9C1C49
Black with #9C1C49
Text Example
Text Example
White with #9C1C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C49; }
p { color: rgb(156,28,73); }
H1.HeaderClassName
{
color: #9C1C49;
}
.AnyTagClassName
{
color: #9C1C49;
}
</style>
background-color css
<style>
a { background-color: #9C1C49; }
a { background-color: rgb(156,28,73); }
div.DivClassName
{
background-color: #9C1C49;
}
.BgClassName
{
background-color: #9C1C49;
}
</style>
border-color css
<style>
span { border-color: #9C1C49; }
span { border-color: rgb(156,28,73); }
td.TdClassName
{
border-color: #9C1C49;
}
.TagClassName
{
border-color: #9C1C49;
}
</style>