Shades of Lipstick #9C2B51
Tints of Lipstick #9C2B51
RGB
CMYK
RGB Variations
Color information
#9C2B51 (or 0x9C2B51) is known color: Lipstick. HEX triplet: 9C, 2B and 51. RGB value is (156,43,81). Sum of RGB (Red+Green+Blue) = 156+43+81=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B51 is #63D4AE. Grayscale: #515151. Windows color (decimal): -6542511 or 5319580. OLE color: 5319580.
HSL color Cylindrical-coordinate representation of color #9C2B51: hue angle of 339.82º 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 #9C2B51 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 81 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.39 |
| HSL | 339.82º | 0.57% | 0.39% | - |
| HSV(B) | 339.82º | 0.72% | 0.61% | - |
| XYZ | 16.06 | 9.39 | 8.75 | - |
| YUV | 81.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 81 | 0 | 0.72 | 0.48 | 0.39 | 339.82 | 0.57 | 0.39 |
| Hex | 9C | 2B | 51 | 0 | 48 | 30 | 27 | 154 | 39 | 27 |
| Octal | 234 | 53 | 121 | 0 | 110 | 60 | 47 | 524 | 71 | 47 |
| Binary | 10011100 | 101011 | 1010001 | 0 | 1001000 | 110000 | 100111 | 101010100 | 111001 | 100111 |
Color Harmonies of #9C2B51
Complementary color
Monochromatic Colors of #9C2B51
Black with #9C2B51
Text Example
Text Example
White with #9C2B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B51; }
p { color: rgb(156,43,81); }
H1.HeaderClassName
{
color: #9C2B51;
}
.AnyTagClassName
{
color: #9C2B51;
}
</style>
background-color css
<style>
a { background-color: #9C2B51; }
a { background-color: rgb(156,43,81); }
div.DivClassName
{
background-color: #9C2B51;
}
.BgClassName
{
background-color: #9C2B51;
}
</style>
border-color css
<style>
span { border-color: #9C2B51; }
span { border-color: rgb(156,43,81); }
td.TdClassName
{
border-color: #9C2B51;
}
.TagClassName
{
border-color: #9C2B51;
}
</style>