Shades of Lipstick #9C2653
Tints of Lipstick #9C2653
RGB
CMYK
RGB Variations
Color information
#9C2653 (or 0x9C2653) is known color: Lipstick. HEX triplet: 9C, 26 and 53. RGB value is (156,38,83). Sum of RGB (Red+Green+Blue) = 156+38+83=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2653 is #63D9AC. Grayscale: #4E4E4E. Windows color (decimal): -6543789 or 5449372. OLE color: 5449372.
HSL color Cylindrical-coordinate representation of color #9C2653: hue angle of 337.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2653 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 83 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.39 |
| HSL | 337.12º | 0.61% | 0.38% | - |
| HSV(B) | 337.12º | 0.76% | 0.61% | - |
| XYZ | 15.96 | 9.08 | 9.09 | - |
| YUV | 78.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 83 | 0 | 0.76 | 0.47 | 0.39 | 337.12 | 0.61 | 0.38 |
| Hex | 9C | 26 | 53 | 0 | 4C | 2F | 27 | 151 | 3D | 26 |
| Octal | 234 | 46 | 123 | 0 | 114 | 57 | 47 | 521 | 75 | 46 |
| Binary | 10011100 | 100110 | 1010011 | 0 | 1001100 | 101111 | 100111 | 101010001 | 111101 | 100110 |
Color Harmonies of #9C2653
Complementary color
Monochromatic Colors of #9C2653
Black with #9C2653
Text Example
Text Example
White with #9C2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2653; }
p { color: rgb(156,38,83); }
H1.HeaderClassName
{
color: #9C2653;
}
.AnyTagClassName
{
color: #9C2653;
}
</style>
background-color css
<style>
a { background-color: #9C2653; }
a { background-color: rgb(156,38,83); }
div.DivClassName
{
background-color: #9C2653;
}
.BgClassName
{
background-color: #9C2653;
}
</style>
border-color css
<style>
span { border-color: #9C2653; }
span { border-color: rgb(156,38,83); }
td.TdClassName
{
border-color: #9C2653;
}
.TagClassName
{
border-color: #9C2653;
}
</style>