Shades of Lipstick #9C1C48
Tints of Lipstick #9C1C48
RGB
CMYK
RGB Variations
Color information
#9C1C48 (or 0x9C1C48) is known color: Lipstick. HEX triplet: 9C, 1C and 48. RGB value is (156,28,72). Sum of RGB (Red+Green+Blue) = 156+28+72=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1C48 is #63E3B7. Grayscale: #474747. Windows color (decimal): -6546360 or 4725916. OLE color: 4725916.
HSL color Cylindrical-coordinate representation of color #9C1C48: hue angle of 339.38º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C48 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 72 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.39 |
| HSL | 339.38º | 0.7% | 0.36% | - |
| HSV(B) | 339.38º | 0.82% | 0.61% | - |
| XYZ | 15.3 | 8.37 | 6.94 | - |
| YUV | 71.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 72 | 0 | 0.82 | 0.54 | 0.39 | 339.38 | 0.7 | 0.36 |
| Hex | 9C | 1C | 48 | 0 | 52 | 36 | 27 | 153 | 46 | 24 |
| Octal | 234 | 34 | 110 | 0 | 122 | 66 | 47 | 523 | 106 | 44 |
| Binary | 10011100 | 11100 | 1001000 | 0 | 1010010 | 110110 | 100111 | 101010011 | 1000110 | 100100 |
Color Harmonies of #9C1C48
Complementary color
Monochromatic Colors of #9C1C48
Black with #9C1C48
Text Example
Text Example
White with #9C1C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C48; }
p { color: rgb(156,28,72); }
H1.HeaderClassName
{
color: #9C1C48;
}
.AnyTagClassName
{
color: #9C1C48;
}
</style>
background-color css
<style>
a { background-color: #9C1C48; }
a { background-color: rgb(156,28,72); }
div.DivClassName
{
background-color: #9C1C48;
}
.BgClassName
{
background-color: #9C1C48;
}
</style>
border-color css
<style>
span { border-color: #9C1C48; }
span { border-color: rgb(156,28,72); }
td.TdClassName
{
border-color: #9C1C48;
}
.TagClassName
{
border-color: #9C1C48;
}
</style>