Shades of Lipstick #9C254D
Tints of Lipstick #9C254D
RGB
CMYK
RGB Variations
Color information
#9C254D (or 0x9C254D) is known color: Lipstick. HEX triplet: 9C, 25 and 4D. RGB value is (156,37,77). Sum of RGB (Red+Green+Blue) = 156+37+77=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C254D is #63DAB2. Grayscale: #4D4D4D. Windows color (decimal): -6544051 or 5055900. OLE color: 5055900.
HSL color Cylindrical-coordinate representation of color #9C254D: hue angle of 339.83º degrees, saturation: 0.62, 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 #9C254D is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 77 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.39 |
| HSL | 339.83º | 0.62% | 0.38% | - |
| HSV(B) | 339.83º | 0.76% | 0.61% | - |
| XYZ | 15.71 | 8.93 | 7.92 | - |
| YUV | 77.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 77 | 0 | 0.76 | 0.51 | 0.39 | 339.83 | 0.62 | 0.38 |
| Hex | 9C | 25 | 4D | 0 | 4C | 33 | 27 | 154 | 3E | 26 |
| Octal | 234 | 45 | 115 | 0 | 114 | 63 | 47 | 524 | 76 | 46 |
| Binary | 10011100 | 100101 | 1001101 | 0 | 1001100 | 110011 | 100111 | 101010100 | 111110 | 100110 |
Color Harmonies of #9C254D
Complementary color
Monochromatic Colors of #9C254D
Black with #9C254D
Text Example
Text Example
White with #9C254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C254D; }
p { color: rgb(156,37,77); }
H1.HeaderClassName
{
color: #9C254D;
}
.AnyTagClassName
{
color: #9C254D;
}
</style>
background-color css
<style>
a { background-color: #9C254D; }
a { background-color: rgb(156,37,77); }
div.DivClassName
{
background-color: #9C254D;
}
.BgClassName
{
background-color: #9C254D;
}
</style>
border-color css
<style>
span { border-color: #9C254D; }
span { border-color: rgb(156,37,77); }
td.TdClassName
{
border-color: #9C254D;
}
.TagClassName
{
border-color: #9C254D;
}
</style>