Shades of Lipstick #9C2B49
Tints of Lipstick #9C2B49
RGB
CMYK
RGB Variations
Color information
#9C2B49 (or 0x9C2B49) is known color: Lipstick. HEX triplet: 9C, 2B and 49. RGB value is (156,43,73). Sum of RGB (Red+Green+Blue) = 156+43+73=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B49 is #63D4B6. Grayscale: #505050. Windows color (decimal): -6542519 or 4795292. OLE color: 4795292.
HSL color Cylindrical-coordinate representation of color #9C2B49: hue angle of 344.07º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B49 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 73 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.39 |
| HSL | 344.07º | 0.57% | 0.39% | - |
| HSV(B) | 344.07º | 0.72% | 0.61% | - |
| XYZ | 15.78 | 9.28 | 7.26 | - |
| YUV | 80.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 73 | 0 | 0.72 | 0.53 | 0.39 | 344.07 | 0.57 | 0.39 |
| Hex | 9C | 2B | 49 | 0 | 48 | 35 | 27 | 158 | 39 | 27 |
| Octal | 234 | 53 | 111 | 0 | 110 | 65 | 47 | 530 | 71 | 47 |
| Binary | 10011100 | 101011 | 1001001 | 0 | 1001000 | 110101 | 100111 | 101011000 | 111001 | 100111 |
Color Harmonies of #9C2B49
Complementary color
Monochromatic Colors of #9C2B49
Black with #9C2B49
Text Example
Text Example
White with #9C2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B49; }
p { color: rgb(156,43,73); }
H1.HeaderClassName
{
color: #9C2B49;
}
.AnyTagClassName
{
color: #9C2B49;
}
</style>
background-color css
<style>
a { background-color: #9C2B49; }
a { background-color: rgb(156,43,73); }
div.DivClassName
{
background-color: #9C2B49;
}
.BgClassName
{
background-color: #9C2B49;
}
</style>
border-color css
<style>
span { border-color: #9C2B49; }
span { border-color: rgb(156,43,73); }
td.TdClassName
{
border-color: #9C2B49;
}
.TagClassName
{
border-color: #9C2B49;
}
</style>