Shades of Lipstick #9C295B
Tints of Lipstick #9C295B
RGB
CMYK
RGB Variations
Color information
#9C295B (or 0x9C295B) is known color: Lipstick. HEX triplet: 9C, 29 and 5B. RGB value is (156,41,91). Sum of RGB (Red+Green+Blue) = 156+41+91=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C295B is #63D6A4. Grayscale: #515151. Windows color (decimal): -6543013 or 5974428. OLE color: 5974428.
HSL color Cylindrical-coordinate representation of color #9C295B: hue angle of 333.91º 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 #9C295B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 91 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.39 |
| HSL | 333.91º | 0.58% | 0.39% | - |
| HSV(B) | 333.91º | 0.74% | 0.61% | - |
| XYZ | 16.39 | 9.41 | 10.85 | - |
| YUV | 81.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 91 | 0 | 0.74 | 0.42 | 0.39 | 333.91 | 0.58 | 0.39 |
| Hex | 9C | 29 | 5B | 0 | 4A | 2A | 27 | 14E | 3A | 27 |
| Octal | 234 | 51 | 133 | 0 | 112 | 52 | 47 | 516 | 72 | 47 |
| Binary | 10011100 | 101001 | 1011011 | 0 | 1001010 | 101010 | 100111 | 101001110 | 111010 | 100111 |
Color Harmonies of #9C295B
Complementary color
Monochromatic Colors of #9C295B
Black with #9C295B
Text Example
Text Example
White with #9C295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C295B; }
p { color: rgb(156,41,91); }
H1.HeaderClassName
{
color: #9C295B;
}
.AnyTagClassName
{
color: #9C295B;
}
</style>
background-color css
<style>
a { background-color: #9C295B; }
a { background-color: rgb(156,41,91); }
div.DivClassName
{
background-color: #9C295B;
}
.BgClassName
{
background-color: #9C295B;
}
</style>
border-color css
<style>
span { border-color: #9C295B; }
span { border-color: rgb(156,41,91); }
td.TdClassName
{
border-color: #9C295B;
}
.TagClassName
{
border-color: #9C295B;
}
</style>