Shades of Lipstick #9C184C
Tints of Lipstick #9C184C
RGB
CMYK
RGB Variations
Color information
#9C184C (or 0x9C184C) is known color: Lipstick. HEX triplet: 9C, 18 and 4C. RGB value is (156,24,76). Sum of RGB (Red+Green+Blue) = 156+24+76=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C184C is #63E7B3. Grayscale: #454545. Windows color (decimal): -6547380 or 4987036. OLE color: 4987036.
HSL color Cylindrical-coordinate representation of color #9C184C: hue angle of 336.36º 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 #9C184C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 76 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.39 |
| HSL | 336.36º | 0.73% | 0.35% | - |
| HSV(B) | 336.36º | 0.85% | 0.61% | - |
| XYZ | 15.34 | 8.24 | 7.62 | - |
| YUV | 69.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 76 | 0 | 0.85 | 0.51 | 0.39 | 336.36 | 0.73 | 0.35 |
| Hex | 9C | 18 | 4C | 0 | 55 | 33 | 27 | 150 | 49 | 23 |
| Octal | 234 | 30 | 114 | 0 | 125 | 63 | 47 | 520 | 111 | 43 |
| Binary | 10011100 | 11000 | 1001100 | 0 | 1010101 | 110011 | 100111 | 101010000 | 1001001 | 100011 |
Color Harmonies of #9C184C
Complementary color
Monochromatic Colors of #9C184C
Black with #9C184C
Text Example
Text Example
White with #9C184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C184C; }
p { color: rgb(156,24,76); }
H1.HeaderClassName
{
color: #9C184C;
}
.AnyTagClassName
{
color: #9C184C;
}
</style>
background-color css
<style>
a { background-color: #9C184C; }
a { background-color: rgb(156,24,76); }
div.DivClassName
{
background-color: #9C184C;
}
.BgClassName
{
background-color: #9C184C;
}
</style>
border-color css
<style>
span { border-color: #9C184C; }
span { border-color: rgb(156,24,76); }
td.TdClassName
{
border-color: #9C184C;
}
.TagClassName
{
border-color: #9C184C;
}
</style>