Shades of Lipstick #9C2742
Tints of Lipstick #9C2742
RGB
CMYK
RGB Variations
Color information
#9C2742 (or 0x9C2742) is known color: Lipstick. HEX triplet: 9C, 27 and 42. RGB value is (156,39,66). Sum of RGB (Red+Green+Blue) = 156+39+66=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2742 is #63D8BD. Grayscale: #4D4D4D. Windows color (decimal): -6543550 or 4335516. OLE color: 4335516.
HSL color Cylindrical-coordinate representation of color #9C2742: hue angle of 346.15º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2742 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 66 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.39 |
| HSL | 346.15º | 0.6% | 0.38% | - |
| HSV(B) | 346.15º | 0.75% | 0.61% | - |
| XYZ | 15.42 | 8.91 | 6.06 | - |
| YUV | 77.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 66 | 0 | 0.75 | 0.58 | 0.39 | 346.15 | 0.6 | 0.38 |
| Hex | 9C | 27 | 42 | 0 | 4B | 3A | 27 | 15A | 3C | 26 |
| Octal | 234 | 47 | 102 | 0 | 113 | 72 | 47 | 532 | 74 | 46 |
| Binary | 10011100 | 100111 | 1000010 | 0 | 1001011 | 111010 | 100111 | 101011010 | 111100 | 100110 |
Color Harmonies of #9C2742
Complementary color
Monochromatic Colors of #9C2742
Black with #9C2742
Text Example
Text Example
White with #9C2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2742; }
p { color: rgb(156,39,66); }
H1.HeaderClassName
{
color: #9C2742;
}
.AnyTagClassName
{
color: #9C2742;
}
</style>
background-color css
<style>
a { background-color: #9C2742; }
a { background-color: rgb(156,39,66); }
div.DivClassName
{
background-color: #9C2742;
}
.BgClassName
{
background-color: #9C2742;
}
</style>
border-color css
<style>
span { border-color: #9C2742; }
span { border-color: rgb(156,39,66); }
td.TdClassName
{
border-color: #9C2742;
}
.TagClassName
{
border-color: #9C2742;
}
</style>