Shades of Lipstick #9C254C
Tints of Lipstick #9C254C
RGB
CMYK
RGB Variations
Color information
#9C254C (or 0x9C254C) is known color: Lipstick. HEX triplet: 9C, 25 and 4C. RGB value is (156,37,76). Sum of RGB (Red+Green+Blue) = 156+37+76=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C254C is #63DAB3. Grayscale: #4C4C4C. Windows color (decimal): -6544052 or 4990364. OLE color: 4990364.
HSL color Cylindrical-coordinate representation of color #9C254C: hue angle of 340.34º 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 #9C254C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 76 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.39 |
| HSL | 340.34º | 0.62% | 0.38% | - |
| HSV(B) | 340.34º | 0.76% | 0.61% | - |
| XYZ | 15.68 | 8.91 | 7.73 | - |
| YUV | 77.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 76 | 0 | 0.76 | 0.51 | 0.39 | 340.34 | 0.62 | 0.38 |
| Hex | 9C | 25 | 4C | 0 | 4C | 33 | 27 | 154 | 3E | 26 |
| Octal | 234 | 45 | 114 | 0 | 114 | 63 | 47 | 524 | 76 | 46 |
| Binary | 10011100 | 100101 | 1001100 | 0 | 1001100 | 110011 | 100111 | 101010100 | 111110 | 100110 |
Color Harmonies of #9C254C
Complementary color
Monochromatic Colors of #9C254C
Black with #9C254C
Text Example
Text Example
White with #9C254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C254C; }
p { color: rgb(156,37,76); }
H1.HeaderClassName
{
color: #9C254C;
}
.AnyTagClassName
{
color: #9C254C;
}
</style>
background-color css
<style>
a { background-color: #9C254C; }
a { background-color: rgb(156,37,76); }
div.DivClassName
{
background-color: #9C254C;
}
.BgClassName
{
background-color: #9C254C;
}
</style>
border-color css
<style>
span { border-color: #9C254C; }
span { border-color: rgb(156,37,76); }
td.TdClassName
{
border-color: #9C254C;
}
.TagClassName
{
border-color: #9C254C;
}
</style>