Shades of Lipstick #9C1245
Tints of Lipstick #9C1245
RGB
CMYK
RGB Variations
Color information
#9C1245 (or 0x9C1245) is known color: Lipstick. HEX triplet: 9C, 12 and 45. RGB value is (156,18,69). Sum of RGB (Red+Green+Blue) = 156+18+69=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1245 is #63EDBA. Grayscale: #414141. Windows color (decimal): -6548923 or 4526748. OLE color: 4526748.
HSL color Cylindrical-coordinate representation of color #9C1245: hue angle of 337.83º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1245 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 18 | 69 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.39 |
| HSL | 337.83º | 0.79% | 0.34% | - |
| HSV(B) | 337.83º | 0.88% | 0.61% | - |
| XYZ | 15 | 7.93 | 6.37 | - |
| YUV | 65.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 18 | 69 | 0 | 0.88 | 0.56 | 0.39 | 337.83 | 0.79 | 0.34 |
| Hex | 9C | 12 | 45 | 0 | 58 | 38 | 27 | 152 | 4F | 22 |
| Octal | 234 | 22 | 105 | 0 | 130 | 70 | 47 | 522 | 117 | 42 |
| Binary | 10011100 | 10010 | 1000101 | 0 | 1011000 | 111000 | 100111 | 101010010 | 1001111 | 100010 |
Color Harmonies of #9C1245
Complementary color
Monochromatic Colors of #9C1245
Black with #9C1245
Text Example
Text Example
White with #9C1245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1245; }
p { color: rgb(156,18,69); }
H1.HeaderClassName
{
color: #9C1245;
}
.AnyTagClassName
{
color: #9C1245;
}
</style>
background-color css
<style>
a { background-color: #9C1245; }
a { background-color: rgb(156,18,69); }
div.DivClassName
{
background-color: #9C1245;
}
.BgClassName
{
background-color: #9C1245;
}
</style>
border-color css
<style>
span { border-color: #9C1245; }
span { border-color: rgb(156,18,69); }
td.TdClassName
{
border-color: #9C1245;
}
.TagClassName
{
border-color: #9C1245;
}
</style>