Shades of Lipstick #9C2B48
Tints of Lipstick #9C2B48
RGB
CMYK
RGB Variations
Color information
#9C2B48 (or 0x9C2B48) is known color: Lipstick. HEX triplet: 9C, 2B and 48. RGB value is (156,43,72). Sum of RGB (Red+Green+Blue) = 156+43+72=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B48 is #63D4B7. Grayscale: #505050. Windows color (decimal): -6542520 or 4729756. OLE color: 4729756.
HSL color Cylindrical-coordinate representation of color #9C2B48: hue angle of 344.6º 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 #9C2B48 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 72 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.39 |
| HSL | 344.6º | 0.57% | 0.39% | - |
| HSV(B) | 344.6º | 0.72% | 0.61% | - |
| XYZ | 15.74 | 9.26 | 7.09 | - |
| YUV | 80.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 72 | 0 | 0.72 | 0.54 | 0.39 | 344.6 | 0.57 | 0.39 |
| Hex | 9C | 2B | 48 | 0 | 48 | 36 | 27 | 159 | 39 | 27 |
| Octal | 234 | 53 | 110 | 0 | 110 | 66 | 47 | 531 | 71 | 47 |
| Binary | 10011100 | 101011 | 1001000 | 0 | 1001000 | 110110 | 100111 | 101011001 | 111001 | 100111 |
Color Harmonies of #9C2B48
Complementary color
Monochromatic Colors of #9C2B48
Black with #9C2B48
Text Example
Text Example
White with #9C2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B48; }
p { color: rgb(156,43,72); }
H1.HeaderClassName
{
color: #9C2B48;
}
.AnyTagClassName
{
color: #9C2B48;
}
</style>
background-color css
<style>
a { background-color: #9C2B48; }
a { background-color: rgb(156,43,72); }
div.DivClassName
{
background-color: #9C2B48;
}
.BgClassName
{
background-color: #9C2B48;
}
</style>
border-color css
<style>
span { border-color: #9C2B48; }
span { border-color: rgb(156,43,72); }
td.TdClassName
{
border-color: #9C2B48;
}
.TagClassName
{
border-color: #9C2B48;
}
</style>