Shades of Lipstick #9C2442
Tints of Lipstick #9C2442
RGB
CMYK
RGB Variations
Color information
#9C2442 (or 0x9C2442) is known color: Lipstick. HEX triplet: 9C, 24 and 42. RGB value is (156,36,66). Sum of RGB (Red+Green+Blue) = 156+36+66=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2442 is #63DBBD. Grayscale: #4B4B4B. Windows color (decimal): -6544318 or 4334748. OLE color: 4334748.
HSL color Cylindrical-coordinate representation of color #9C2442: hue angle of 345º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2442 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 66 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.39 |
| HSL | 345º | 0.63% | 0.38% | - |
| HSV(B) | 345º | 0.77% | 0.61% | - |
| XYZ | 15.32 | 8.72 | 6.03 | - |
| YUV | 75.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 66 | 0 | 0.77 | 0.58 | 0.39 | 345 | 0.63 | 0.38 |
| Hex | 9C | 24 | 42 | 0 | 4D | 3A | 27 | 159 | 3E | 26 |
| Octal | 234 | 44 | 102 | 0 | 115 | 72 | 47 | 531 | 76 | 46 |
| Binary | 10011100 | 100100 | 1000010 | 0 | 1001101 | 111010 | 100111 | 101011001 | 111110 | 100110 |
Color Harmonies of #9C2442
Complementary color
Monochromatic Colors of #9C2442
Black with #9C2442
Text Example
Text Example
White with #9C2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2442; }
p { color: rgb(156,36,66); }
H1.HeaderClassName
{
color: #9C2442;
}
.AnyTagClassName
{
color: #9C2442;
}
</style>
background-color css
<style>
a { background-color: #9C2442; }
a { background-color: rgb(156,36,66); }
div.DivClassName
{
background-color: #9C2442;
}
.BgClassName
{
background-color: #9C2442;
}
</style>
border-color css
<style>
span { border-color: #9C2442; }
span { border-color: rgb(156,36,66); }
td.TdClassName
{
border-color: #9C2442;
}
.TagClassName
{
border-color: #9C2442;
}
</style>