Shades of Lipstick #9C1648
Tints of Lipstick #9C1648
RGB
CMYK
RGB Variations
Color information
#9C1648 (or 0x9C1648) is known color: Lipstick. HEX triplet: 9C, 16 and 48. RGB value is (156,22,72). Sum of RGB (Red+Green+Blue) = 156+22+72=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1648 is #63E9B7. Grayscale: #434343. Windows color (decimal): -6547896 or 4724380. OLE color: 4724380.
HSL color Cylindrical-coordinate representation of color #9C1648: hue angle of 337.61º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1648 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 72 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.39 |
| HSL | 337.61º | 0.75% | 0.35% | - |
| HSV(B) | 337.61º | 0.86% | 0.61% | - |
| XYZ | 15.17 | 8.11 | 6.9 | - |
| YUV | 67.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 72 | 0 | 0.86 | 0.54 | 0.39 | 337.61 | 0.75 | 0.35 |
| Hex | 9C | 16 | 48 | 0 | 56 | 36 | 27 | 152 | 4B | 23 |
| Octal | 234 | 26 | 110 | 0 | 126 | 66 | 47 | 522 | 113 | 43 |
| Binary | 10011100 | 10110 | 1001000 | 0 | 1010110 | 110110 | 100111 | 101010010 | 1001011 | 100011 |
Color Harmonies of #9C1648
Complementary color
Monochromatic Colors of #9C1648
Black with #9C1648
Text Example
Text Example
White with #9C1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1648; }
p { color: rgb(156,22,72); }
H1.HeaderClassName
{
color: #9C1648;
}
.AnyTagClassName
{
color: #9C1648;
}
</style>
background-color css
<style>
a { background-color: #9C1648; }
a { background-color: rgb(156,22,72); }
div.DivClassName
{
background-color: #9C1648;
}
.BgClassName
{
background-color: #9C1648;
}
</style>
border-color css
<style>
span { border-color: #9C1648; }
span { border-color: rgb(156,22,72); }
td.TdClassName
{
border-color: #9C1648;
}
.TagClassName
{
border-color: #9C1648;
}
</style>