Shades of Lipstick #9C1344
Tints of Lipstick #9C1344
RGB
CMYK
RGB Variations
Color information
#9C1344 (or 0x9C1344) is known color: Lipstick. HEX triplet: 9C, 13 and 44. RGB value is (156,19,68). Sum of RGB (Red+Green+Blue) = 156+19+68=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1344 is #63ECBB. Grayscale: #414141. Windows color (decimal): -6548668 or 4461468. OLE color: 4461468.
HSL color Cylindrical-coordinate representation of color #9C1344: hue angle of 338.54º degrees, saturation: 0.78, 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 #9C1344 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 68 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.39 |
| HSL | 338.54º | 0.78% | 0.34% | - |
| HSV(B) | 338.54º | 0.88% | 0.61% | - |
| XYZ | 14.99 | 7.95 | 6.21 | - |
| YUV | 65.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 68 | 0 | 0.88 | 0.56 | 0.39 | 338.54 | 0.78 | 0.34 |
| Hex | 9C | 13 | 44 | 0 | 58 | 38 | 27 | 153 | 4E | 22 |
| Octal | 234 | 23 | 104 | 0 | 130 | 70 | 47 | 523 | 116 | 42 |
| Binary | 10011100 | 10011 | 1000100 | 0 | 1011000 | 111000 | 100111 | 101010011 | 1001110 | 100010 |
Color Harmonies of #9C1344
Complementary color
Monochromatic Colors of #9C1344
Black with #9C1344
Text Example
Text Example
White with #9C1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1344; }
p { color: rgb(156,19,68); }
H1.HeaderClassName
{
color: #9C1344;
}
.AnyTagClassName
{
color: #9C1344;
}
</style>
background-color css
<style>
a { background-color: #9C1344; }
a { background-color: rgb(156,19,68); }
div.DivClassName
{
background-color: #9C1344;
}
.BgClassName
{
background-color: #9C1344;
}
</style>
border-color css
<style>
span { border-color: #9C1344; }
span { border-color: rgb(156,19,68); }
td.TdClassName
{
border-color: #9C1344;
}
.TagClassName
{
border-color: #9C1344;
}
</style>