Shades of Lipstick #9C154A
Tints of Lipstick #9C154A
RGB
CMYK
RGB Variations
Color information
#9C154A (or 0x9C154A) is known color: Lipstick. HEX triplet: 9C, 15 and 4A. RGB value is (156,21,74). Sum of RGB (Red+Green+Blue) = 156+21+74=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C154A is #63EAB5. Grayscale: #434343. Windows color (decimal): -6548150 or 4855196. OLE color: 4855196.
HSL color Cylindrical-coordinate representation of color #9C154A: hue angle of 336.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C154A is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 74 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.39 |
| HSL | 336.44º | 0.76% | 0.35% | - |
| HSV(B) | 336.44º | 0.87% | 0.61% | - |
| XYZ | 15.21 | 8.1 | 7.24 | - |
| YUV | 67.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 74 | 0 | 0.87 | 0.53 | 0.39 | 336.44 | 0.76 | 0.35 |
| Hex | 9C | 15 | 4A | 0 | 57 | 35 | 27 | 150 | 4C | 23 |
| Octal | 234 | 25 | 112 | 0 | 127 | 65 | 47 | 520 | 114 | 43 |
| Binary | 10011100 | 10101 | 1001010 | 0 | 1010111 | 110101 | 100111 | 101010000 | 1001100 | 100011 |
Color Harmonies of #9C154A
Complementary color
Monochromatic Colors of #9C154A
Black with #9C154A
Text Example
Text Example
White with #9C154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C154A; }
p { color: rgb(156,21,74); }
H1.HeaderClassName
{
color: #9C154A;
}
.AnyTagClassName
{
color: #9C154A;
}
</style>
background-color css
<style>
a { background-color: #9C154A; }
a { background-color: rgb(156,21,74); }
div.DivClassName
{
background-color: #9C154A;
}
.BgClassName
{
background-color: #9C154A;
}
</style>
border-color css
<style>
span { border-color: #9C154A; }
span { border-color: rgb(156,21,74); }
td.TdClassName
{
border-color: #9C154A;
}
.TagClassName
{
border-color: #9C154A;
}
</style>