Shades of Lipstick #9C234E
Tints of Lipstick #9C234E
RGB
CMYK
RGB Variations
Color information
#9C234E (or 0x9C234E) is known color: Lipstick. HEX triplet: 9C, 23 and 4E. RGB value is (156,35,78). Sum of RGB (Red+Green+Blue) = 156+35+78=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C234E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C234E is #63DCB1. Grayscale: #4C4C4C. Windows color (decimal): -6544562 or 5120924. OLE color: 5120924.
HSL color Cylindrical-coordinate representation of color #9C234E: hue angle of 338.68º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C234E is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 78 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.39 |
| HSL | 338.68º | 0.63% | 0.37% | - |
| HSV(B) | 338.68º | 0.78% | 0.61% | - |
| XYZ | 15.69 | 8.82 | 8.08 | - |
| YUV | 76.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 78 | 0 | 0.78 | 0.5 | 0.39 | 338.68 | 0.63 | 0.37 |
| Hex | 9C | 23 | 4E | 0 | 4E | 32 | 27 | 153 | 3F | 25 |
| Octal | 234 | 43 | 116 | 0 | 116 | 62 | 47 | 523 | 77 | 45 |
| Binary | 10011100 | 100011 | 1001110 | 0 | 1001110 | 110010 | 100111 | 101010011 | 111111 | 100101 |
Color Harmonies of #9C234E
Complementary color
Monochromatic Colors of #9C234E
Black with #9C234E
Text Example
Text Example
White with #9C234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C234E; }
p { color: rgb(156,35,78); }
H1.HeaderClassName
{
color: #9C234E;
}
.AnyTagClassName
{
color: #9C234E;
}
</style>
background-color css
<style>
a { background-color: #9C234E; }
a { background-color: rgb(156,35,78); }
div.DivClassName
{
background-color: #9C234E;
}
.BgClassName
{
background-color: #9C234E;
}
</style>
border-color css
<style>
span { border-color: #9C234E; }
span { border-color: rgb(156,35,78); }
td.TdClassName
{
border-color: #9C234E;
}
.TagClassName
{
border-color: #9C234E;
}
</style>