Shades of Lipstick #9C1345
Tints of Lipstick #9C1345
RGB
CMYK
RGB Variations
Color information
#9C1345 (or 0x9C1345) is known color: Lipstick. HEX triplet: 9C, 13 and 45. RGB value is (156,19,69). Sum of RGB (Red+Green+Blue) = 156+19+69=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1345 is #63ECBA. Grayscale: #414141. Windows color (decimal): -6548667 or 4527004. OLE color: 4527004.
HSL color Cylindrical-coordinate representation of color #9C1345: hue angle of 338.1º 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 #9C1345 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 69 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.39 |
| HSL | 338.1º | 0.78% | 0.34% | - |
| HSV(B) | 338.1º | 0.88% | 0.61% | - |
| XYZ | 15.02 | 7.96 | 6.38 | - |
| YUV | 65.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 69 | 0 | 0.88 | 0.56 | 0.39 | 338.1 | 0.78 | 0.34 |
| Hex | 9C | 13 | 45 | 0 | 58 | 38 | 27 | 152 | 4E | 22 |
| Octal | 234 | 23 | 105 | 0 | 130 | 70 | 47 | 522 | 116 | 42 |
| Binary | 10011100 | 10011 | 1000101 | 0 | 1011000 | 111000 | 100111 | 101010010 | 1001110 | 100010 |
Color Harmonies of #9C1345
Complementary color
Monochromatic Colors of #9C1345
Black with #9C1345
Text Example
Text Example
White with #9C1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1345; }
p { color: rgb(156,19,69); }
H1.HeaderClassName
{
color: #9C1345;
}
.AnyTagClassName
{
color: #9C1345;
}
</style>
background-color css
<style>
a { background-color: #9C1345; }
a { background-color: rgb(156,19,69); }
div.DivClassName
{
background-color: #9C1345;
}
.BgClassName
{
background-color: #9C1345;
}
</style>
border-color css
<style>
span { border-color: #9C1345; }
span { border-color: rgb(156,19,69); }
td.TdClassName
{
border-color: #9C1345;
}
.TagClassName
{
border-color: #9C1345;
}
</style>