Shades of Lipstick #9C184D
Tints of Lipstick #9C184D
RGB
CMYK
RGB Variations
Color information
#9C184D (or 0x9C184D) is known color: Lipstick. HEX triplet: 9C, 18 and 4D. RGB value is (156,24,77). Sum of RGB (Red+Green+Blue) = 156+24+77=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C184D is #63E7B2. Grayscale: #454545. Windows color (decimal): -6547379 or 5052572. OLE color: 5052572.
HSL color Cylindrical-coordinate representation of color #9C184D: hue angle of 335.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C184D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 77 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.39 |
| HSL | 335.91º | 0.73% | 0.35% | - |
| HSV(B) | 335.91º | 0.85% | 0.61% | - |
| XYZ | 15.38 | 8.26 | 7.8 | - |
| YUV | 69.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 77 | 0 | 0.85 | 0.51 | 0.39 | 335.91 | 0.73 | 0.35 |
| Hex | 9C | 18 | 4D | 0 | 55 | 33 | 27 | 150 | 49 | 23 |
| Octal | 234 | 30 | 115 | 0 | 125 | 63 | 47 | 520 | 111 | 43 |
| Binary | 10011100 | 11000 | 1001101 | 0 | 1010101 | 110011 | 100111 | 101010000 | 1001001 | 100011 |
Color Harmonies of #9C184D
Complementary color
Monochromatic Colors of #9C184D
Black with #9C184D
Text Example
Text Example
White with #9C184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C184D; }
p { color: rgb(156,24,77); }
H1.HeaderClassName
{
color: #9C184D;
}
.AnyTagClassName
{
color: #9C184D;
}
</style>
background-color css
<style>
a { background-color: #9C184D; }
a { background-color: rgb(156,24,77); }
div.DivClassName
{
background-color: #9C184D;
}
.BgClassName
{
background-color: #9C184D;
}
</style>
border-color css
<style>
span { border-color: #9C184D; }
span { border-color: rgb(156,24,77); }
td.TdClassName
{
border-color: #9C184D;
}
.TagClassName
{
border-color: #9C184D;
}
</style>