Shades of Lipstick #9C2949
Tints of Lipstick #9C2949
RGB
CMYK
RGB Variations
Color information
#9C2949 (or 0x9C2949) is known color: Lipstick. HEX triplet: 9C, 29 and 49. RGB value is (156,41,73). Sum of RGB (Red+Green+Blue) = 156+41+73=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2949 is #63D6B6. Grayscale: #4F4F4F. Windows color (decimal): -6543031 or 4794780. OLE color: 4794780.
HSL color Cylindrical-coordinate representation of color #9C2949: hue angle of 343.3º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2949 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 73 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.39 |
| HSL | 343.3º | 0.58% | 0.39% | - |
| HSV(B) | 343.3º | 0.74% | 0.61% | - |
| XYZ | 15.71 | 9.13 | 7.24 | - |
| YUV | 79.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 73 | 0 | 0.74 | 0.53 | 0.39 | 343.3 | 0.58 | 0.39 |
| Hex | 9C | 29 | 49 | 0 | 4A | 35 | 27 | 157 | 3A | 27 |
| Octal | 234 | 51 | 111 | 0 | 112 | 65 | 47 | 527 | 72 | 47 |
| Binary | 10011100 | 101001 | 1001001 | 0 | 1001010 | 110101 | 100111 | 101010111 | 111010 | 100111 |
Color Harmonies of #9C2949
Complementary color
Monochromatic Colors of #9C2949
Black with #9C2949
Text Example
Text Example
White with #9C2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2949; }
p { color: rgb(156,41,73); }
H1.HeaderClassName
{
color: #9C2949;
}
.AnyTagClassName
{
color: #9C2949;
}
</style>
background-color css
<style>
a { background-color: #9C2949; }
a { background-color: rgb(156,41,73); }
div.DivClassName
{
background-color: #9C2949;
}
.BgClassName
{
background-color: #9C2949;
}
</style>
border-color css
<style>
span { border-color: #9C2949; }
span { border-color: rgb(156,41,73); }
td.TdClassName
{
border-color: #9C2949;
}
.TagClassName
{
border-color: #9C2949;
}
</style>