Shades of Lipstick #9C1E4D
Tints of Lipstick #9C1E4D
RGB
CMYK
RGB Variations
Color information
#9C1E4D (or 0x9C1E4D) is known color: Lipstick. HEX triplet: 9C, 1E and 4D. RGB value is (156,30,77). Sum of RGB (Red+Green+Blue) = 156+30+77=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E4D is #63E1B2. Grayscale: #484848. Windows color (decimal): -6545843 or 5054108. OLE color: 5054108.
HSL color Cylindrical-coordinate representation of color #9C1E4D: hue angle of 337.62º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E4D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 30 | 77 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.39 |
| HSL | 337.62º | 0.68% | 0.36% | - |
| HSV(B) | 337.62º | 0.81% | 0.61% | - |
| XYZ | 15.51 | 8.53 | 7.85 | - |
| YUV | 73.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 77 | 0 | 0.81 | 0.51 | 0.39 | 337.62 | 0.68 | 0.36 |
| Hex | 9C | 1E | 4D | 0 | 51 | 33 | 27 | 152 | 44 | 24 |
| Octal | 234 | 36 | 115 | 0 | 121 | 63 | 47 | 522 | 104 | 44 |
| Binary | 10011100 | 11110 | 1001101 | 0 | 1010001 | 110011 | 100111 | 101010010 | 1000100 | 100100 |
Color Harmonies of #9C1E4D
Complementary color
Monochromatic Colors of #9C1E4D
Black with #9C1E4D
Text Example
Text Example
White with #9C1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1E4D; }
p { color: rgb(156,30,77); }
H1.HeaderClassName
{
color: #9C1E4D;
}
.AnyTagClassName
{
color: #9C1E4D;
}
</style>
background-color css
<style>
a { background-color: #9C1E4D; }
a { background-color: rgb(156,30,77); }
div.DivClassName
{
background-color: #9C1E4D;
}
.BgClassName
{
background-color: #9C1E4D;
}
</style>
border-color css
<style>
span { border-color: #9C1E4D; }
span { border-color: rgb(156,30,77); }
td.TdClassName
{
border-color: #9C1E4D;
}
.TagClassName
{
border-color: #9C1E4D;
}
</style>