Shades of Lipstick #9C143F
Tints of Lipstick #9C143F
RGB
CMYK
RGB Variations
Color information
#9C143F (or 0x9C143F) is known color: Lipstick. HEX triplet: 9C, 14 and 3F. RGB value is (156,20,63). Sum of RGB (Red+Green+Blue) = 156+20+63=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C143F is #63EBC0. Grayscale: #414141. Windows color (decimal): -6548417 or 4134044. OLE color: 4134044.
HSL color Cylindrical-coordinate representation of color #9C143F: hue angle of 341.03º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C143F is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 63 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.39 |
| HSL | 341.03º | 0.77% | 0.35% | - |
| HSV(B) | 341.03º | 0.87% | 0.61% | - |
| XYZ | 14.86 | 7.93 | 5.45 | - |
| YUV | 65.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 63 | 0 | 0.87 | 0.60 | 0.39 | 341.03 | 0.77 | 0.35 |
| Hex | 9C | 14 | 3F | 0 | 57 | 3C | 27 | 155 | 4D | 23 |
| Octal | 234 | 24 | 77 | 0 | 127 | 74 | 47 | 525 | 115 | 43 |
| Binary | 10011100 | 10100 | 111111 | 0 | 1010111 | 111100 | 100111 | 101010101 | 1001101 | 100011 |
Color Harmonies of #9C143F
Complementary color
Monochromatic Colors of #9C143F
Black with #9C143F
Text Example
Text Example
White with #9C143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C143F; }
p { color: rgb(156,20,63); }
H1.HeaderClassName
{
color: #9C143F;
}
.AnyTagClassName
{
color: #9C143F;
}
</style>
background-color css
<style>
a { background-color: #9C143F; }
a { background-color: rgb(156,20,63); }
div.DivClassName
{
background-color: #9C143F;
}
.BgClassName
{
background-color: #9C143F;
}
</style>
border-color css
<style>
span { border-color: #9C143F; }
span { border-color: rgb(156,20,63); }
td.TdClassName
{
border-color: #9C143F;
}
.TagClassName
{
border-color: #9C143F;
}
</style>