Shades of Lipstick #9C183F
Tints of Lipstick #9C183F
RGB
CMYK
RGB Variations
Color information
#9C183F (or 0x9C183F) is known color: Lipstick. HEX triplet: 9C, 18 and 3F. RGB value is (156,24,63). Sum of RGB (Red+Green+Blue) = 156+24+63=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C183F is #63E7C0. Grayscale: #434343. Windows color (decimal): -6547393 or 4135068. OLE color: 4135068.
HSL color Cylindrical-coordinate representation of color #9C183F: hue angle of 342.27º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C183F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 63 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.39 |
| HSL | 342.27º | 0.73% | 0.35% | - |
| HSV(B) | 342.27º | 0.85% | 0.61% | - |
| XYZ | 14.93 | 8.08 | 5.48 | - |
| YUV | 67.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 63 | 0 | 0.85 | 0.60 | 0.39 | 342.27 | 0.73 | 0.35 |
| Hex | 9C | 18 | 3F | 0 | 55 | 3C | 27 | 156 | 49 | 23 |
| Octal | 234 | 30 | 77 | 0 | 125 | 74 | 47 | 526 | 111 | 43 |
| Binary | 10011100 | 11000 | 111111 | 0 | 1010101 | 111100 | 100111 | 101010110 | 1001001 | 100011 |
Color Harmonies of #9C183F
Complementary color
Monochromatic Colors of #9C183F
Black with #9C183F
Text Example
Text Example
White with #9C183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C183F; }
p { color: rgb(156,24,63); }
H1.HeaderClassName
{
color: #9C183F;
}
.AnyTagClassName
{
color: #9C183F;
}
</style>
background-color css
<style>
a { background-color: #9C183F; }
a { background-color: rgb(156,24,63); }
div.DivClassName
{
background-color: #9C183F;
}
.BgClassName
{
background-color: #9C183F;
}
</style>
border-color css
<style>
span { border-color: #9C183F; }
span { border-color: rgb(156,24,63); }
td.TdClassName
{
border-color: #9C183F;
}
.TagClassName
{
border-color: #9C183F;
}
</style>