Shades of Lipstick #9C2342
Tints of Lipstick #9C2342
RGB
CMYK
RGB Variations
Color information
#9C2342 (or 0x9C2342) is known color: Lipstick. HEX triplet: 9C, 23 and 42. RGB value is (156,35,66). Sum of RGB (Red+Green+Blue) = 156+35+66=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2342 is #63DCBD. Grayscale: #4A4A4A. Windows color (decimal): -6544574 or 4334492. OLE color: 4334492.
HSL color Cylindrical-coordinate representation of color #9C2342: hue angle of 344.63º 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 #9C2342 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 66 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.39 |
| HSL | 344.63º | 0.63% | 0.37% | - |
| HSV(B) | 344.63º | 0.78% | 0.61% | - |
| XYZ | 15.29 | 8.66 | 6.02 | - |
| YUV | 74.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 66 | 0 | 0.78 | 0.58 | 0.39 | 344.63 | 0.63 | 0.37 |
| Hex | 9C | 23 | 42 | 0 | 4E | 3A | 27 | 159 | 3F | 25 |
| Octal | 234 | 43 | 102 | 0 | 116 | 72 | 47 | 531 | 77 | 45 |
| Binary | 10011100 | 100011 | 1000010 | 0 | 1001110 | 111010 | 100111 | 101011001 | 111111 | 100101 |
Color Harmonies of #9C2342
Complementary color
Monochromatic Colors of #9C2342
Black with #9C2342
Text Example
Text Example
White with #9C2342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2342; }
p { color: rgb(156,35,66); }
H1.HeaderClassName
{
color: #9C2342;
}
.AnyTagClassName
{
color: #9C2342;
}
</style>
background-color css
<style>
a { background-color: #9C2342; }
a { background-color: rgb(156,35,66); }
div.DivClassName
{
background-color: #9C2342;
}
.BgClassName
{
background-color: #9C2342;
}
</style>
border-color css
<style>
span { border-color: #9C2342; }
span { border-color: rgb(156,35,66); }
td.TdClassName
{
border-color: #9C2342;
}
.TagClassName
{
border-color: #9C2342;
}
</style>