Shades of Lipstick #9C164D
Tints of Lipstick #9C164D
RGB
CMYK
RGB Variations
Color information
#9C164D (or 0x9C164D) is known color: Lipstick. HEX triplet: 9C, 16 and 4D. RGB value is (156,22,77). Sum of RGB (Red+Green+Blue) = 156+22+77=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C164D is #63E9B2. Grayscale: #444444. Windows color (decimal): -6547891 or 5052060. OLE color: 5052060.
HSL color Cylindrical-coordinate representation of color #9C164D: hue angle of 335.37º 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 #9C164D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 77 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.39 |
| HSL | 335.37º | 0.75% | 0.35% | - |
| HSV(B) | 335.37º | 0.86% | 0.61% | - |
| XYZ | 15.34 | 8.18 | 7.79 | - |
| YUV | 68.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 77 | 0 | 0.86 | 0.51 | 0.39 | 335.37 | 0.75 | 0.35 |
| Hex | 9C | 16 | 4D | 0 | 56 | 33 | 27 | 14F | 4B | 23 |
| Octal | 234 | 26 | 115 | 0 | 126 | 63 | 47 | 517 | 113 | 43 |
| Binary | 10011100 | 10110 | 1001101 | 0 | 1010110 | 110011 | 100111 | 101001111 | 1001011 | 100011 |
Color Harmonies of #9C164D
Complementary color
Monochromatic Colors of #9C164D
Black with #9C164D
Text Example
Text Example
White with #9C164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C164D; }
p { color: rgb(156,22,77); }
H1.HeaderClassName
{
color: #9C164D;
}
.AnyTagClassName
{
color: #9C164D;
}
</style>
background-color css
<style>
a { background-color: #9C164D; }
a { background-color: rgb(156,22,77); }
div.DivClassName
{
background-color: #9C164D;
}
.BgClassName
{
background-color: #9C164D;
}
</style>
border-color css
<style>
span { border-color: #9C164D; }
span { border-color: rgb(156,22,77); }
td.TdClassName
{
border-color: #9C164D;
}
.TagClassName
{
border-color: #9C164D;
}
</style>