Shades of Lipstick #9C2845
Tints of Lipstick #9C2845
RGB
CMYK
RGB Variations
Color information
#9C2845 (or 0x9C2845) is known color: Lipstick. HEX triplet: 9C, 28 and 45. RGB value is (156,40,69). Sum of RGB (Red+Green+Blue) = 156+40+69=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2845 is #63D7BA. Grayscale: #4D4D4D. Windows color (decimal): -6543291 or 4532380. OLE color: 4532380.
HSL color Cylindrical-coordinate representation of color #9C2845: hue angle of 345º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2845 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 69 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.39 |
| HSL | 345º | 0.59% | 0.38% | - |
| HSV(B) | 345º | 0.74% | 0.61% | - |
| XYZ | 15.54 | 9.02 | 6.55 | - |
| YUV | 77.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 69 | 0 | 0.74 | 0.56 | 0.39 | 345 | 0.59 | 0.38 |
| Hex | 9C | 28 | 45 | 0 | 4A | 38 | 27 | 159 | 3B | 26 |
| Octal | 234 | 50 | 105 | 0 | 112 | 70 | 47 | 531 | 73 | 46 |
| Binary | 10011100 | 101000 | 1000101 | 0 | 1001010 | 111000 | 100111 | 101011001 | 111011 | 100110 |
Color Harmonies of #9C2845
Complementary color
Monochromatic Colors of #9C2845
Black with #9C2845
Text Example
Text Example
White with #9C2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2845; }
p { color: rgb(156,40,69); }
H1.HeaderClassName
{
color: #9C2845;
}
.AnyTagClassName
{
color: #9C2845;
}
</style>
background-color css
<style>
a { background-color: #9C2845; }
a { background-color: rgb(156,40,69); }
div.DivClassName
{
background-color: #9C2845;
}
.BgClassName
{
background-color: #9C2845;
}
</style>
border-color css
<style>
span { border-color: #9C2845; }
span { border-color: rgb(156,40,69); }
td.TdClassName
{
border-color: #9C2845;
}
.TagClassName
{
border-color: #9C2845;
}
</style>