Shades of Lipstick #9C1647
Tints of Lipstick #9C1647
RGB
CMYK
RGB Variations
Color information
#9C1647 (or 0x9C1647) is known color: Lipstick. HEX triplet: 9C, 16 and 47. RGB value is (156,22,71). Sum of RGB (Red+Green+Blue) = 156+22+71=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1647 is #63E9B8. Grayscale: #434343. Windows color (decimal): -6547897 or 4658844. OLE color: 4658844.
HSL color Cylindrical-coordinate representation of color #9C1647: hue angle of 338.06º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1647 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 71 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.39 |
| HSL | 338.06º | 0.75% | 0.35% | - |
| HSV(B) | 338.06º | 0.86% | 0.61% | - |
| XYZ | 15.13 | 8.1 | 6.73 | - |
| YUV | 67.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 71 | 0 | 0.86 | 0.54 | 0.39 | 338.06 | 0.75 | 0.35 |
| Hex | 9C | 16 | 47 | 0 | 56 | 36 | 27 | 152 | 4B | 23 |
| Octal | 234 | 26 | 107 | 0 | 126 | 66 | 47 | 522 | 113 | 43 |
| Binary | 10011100 | 10110 | 1000111 | 0 | 1010110 | 110110 | 100111 | 101010010 | 1001011 | 100011 |
Color Harmonies of #9C1647
Complementary color
Monochromatic Colors of #9C1647
Black with #9C1647
Text Example
Text Example
White with #9C1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1647; }
p { color: rgb(156,22,71); }
H1.HeaderClassName
{
color: #9C1647;
}
.AnyTagClassName
{
color: #9C1647;
}
</style>
background-color css
<style>
a { background-color: #9C1647; }
a { background-color: rgb(156,22,71); }
div.DivClassName
{
background-color: #9C1647;
}
.BgClassName
{
background-color: #9C1647;
}
</style>
border-color css
<style>
span { border-color: #9C1647; }
span { border-color: rgb(156,22,71); }
td.TdClassName
{
border-color: #9C1647;
}
.TagClassName
{
border-color: #9C1647;
}
</style>