Shades of Lipstick #9C294A
Tints of Lipstick #9C294A
RGB
CMYK
RGB Variations
Color information
#9C294A (or 0x9C294A) is known color: Lipstick. HEX triplet: 9C, 29 and 4A. RGB value is (156,41,74). Sum of RGB (Red+Green+Blue) = 156+41+74=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C294A is #63D6B5. Grayscale: #4F4F4F. Windows color (decimal): -6543030 or 4860316. OLE color: 4860316.
HSL color Cylindrical-coordinate representation of color #9C294A: hue angle of 342.78º 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 #9C294A is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 74 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.39 |
| HSL | 342.78º | 0.58% | 0.39% | - |
| HSV(B) | 342.78º | 0.74% | 0.61% | - |
| XYZ | 15.74 | 9.15 | 7.41 | - |
| YUV | 79.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 74 | 0 | 0.74 | 0.53 | 0.39 | 342.78 | 0.58 | 0.39 |
| Hex | 9C | 29 | 4A | 0 | 4A | 35 | 27 | 157 | 3A | 27 |
| Octal | 234 | 51 | 112 | 0 | 112 | 65 | 47 | 527 | 72 | 47 |
| Binary | 10011100 | 101001 | 1001010 | 0 | 1001010 | 110101 | 100111 | 101010111 | 111010 | 100111 |
Color Harmonies of #9C294A
Complementary color
Monochromatic Colors of #9C294A
Black with #9C294A
Text Example
Text Example
White with #9C294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C294A; }
p { color: rgb(156,41,74); }
H1.HeaderClassName
{
color: #9C294A;
}
.AnyTagClassName
{
color: #9C294A;
}
</style>
background-color css
<style>
a { background-color: #9C294A; }
a { background-color: rgb(156,41,74); }
div.DivClassName
{
background-color: #9C294A;
}
.BgClassName
{
background-color: #9C294A;
}
</style>
border-color css
<style>
span { border-color: #9C294A; }
span { border-color: rgb(156,41,74); }
td.TdClassName
{
border-color: #9C294A;
}
.TagClassName
{
border-color: #9C294A;
}
</style>