Shades of Lipstick #9C1346
Tints of Lipstick #9C1346
RGB
CMYK
RGB Variations
Color information
#9C1346 (or 0x9C1346) is known color: Lipstick. HEX triplet: 9C, 13 and 46. RGB value is (156,19,70). Sum of RGB (Red+Green+Blue) = 156+19+70=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1346 is #63ECB9. Grayscale: #414141. Windows color (decimal): -6548666 or 4592540. OLE color: 4592540.
HSL color Cylindrical-coordinate representation of color #9C1346: hue angle of 337.66º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1346 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 70 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.39 |
| HSL | 337.66º | 0.78% | 0.34% | - |
| HSV(B) | 337.66º | 0.88% | 0.61% | - |
| XYZ | 15.05 | 7.98 | 6.54 | - |
| YUV | 65.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 70 | 0 | 0.88 | 0.55 | 0.39 | 337.66 | 0.78 | 0.34 |
| Hex | 9C | 13 | 46 | 0 | 58 | 37 | 27 | 152 | 4E | 22 |
| Octal | 234 | 23 | 106 | 0 | 130 | 67 | 47 | 522 | 116 | 42 |
| Binary | 10011100 | 10011 | 1000110 | 0 | 1011000 | 110111 | 100111 | 101010010 | 1001110 | 100010 |
Color Harmonies of #9C1346
Complementary color
Monochromatic Colors of #9C1346
Black with #9C1346
Text Example
Text Example
White with #9C1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1346; }
p { color: rgb(156,19,70); }
H1.HeaderClassName
{
color: #9C1346;
}
.AnyTagClassName
{
color: #9C1346;
}
</style>
background-color css
<style>
a { background-color: #9C1346; }
a { background-color: rgb(156,19,70); }
div.DivClassName
{
background-color: #9C1346;
}
.BgClassName
{
background-color: #9C1346;
}
</style>
border-color css
<style>
span { border-color: #9C1346; }
span { border-color: rgb(156,19,70); }
td.TdClassName
{
border-color: #9C1346;
}
.TagClassName
{
border-color: #9C1346;
}
</style>