Shades of Lipstick #9C1D44
Tints of Lipstick #9C1D44
RGB
CMYK
RGB Variations
Color information
#9C1D44 (or 0x9C1D44) is known color: Lipstick. HEX triplet: 9C, 1D and 44. RGB value is (156,29,68). Sum of RGB (Red+Green+Blue) = 156+29+68=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1D44 is #63E2BB. Grayscale: #474747. Windows color (decimal): -6546108 or 4464028. OLE color: 4464028.
HSL color Cylindrical-coordinate representation of color #9C1D44: hue angle of 341.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D44 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 29 | 68 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.39 |
| HSL | 341.57º | 0.69% | 0.36% | - |
| HSV(B) | 341.57º | 0.81% | 0.61% | - |
| XYZ | 15.19 | 8.36 | 6.28 | - |
| YUV | 71.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 68 | 0 | 0.81 | 0.56 | 0.39 | 341.57 | 0.69 | 0.36 |
| Hex | 9C | 1D | 44 | 0 | 51 | 38 | 27 | 156 | 45 | 24 |
| Octal | 234 | 35 | 104 | 0 | 121 | 70 | 47 | 526 | 105 | 44 |
| Binary | 10011100 | 11101 | 1000100 | 0 | 1010001 | 111000 | 100111 | 101010110 | 1000101 | 100100 |
Color Harmonies of #9C1D44
Complementary color
Monochromatic Colors of #9C1D44
Black with #9C1D44
Text Example
Text Example
White with #9C1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1D44; }
p { color: rgb(156,29,68); }
H1.HeaderClassName
{
color: #9C1D44;
}
.AnyTagClassName
{
color: #9C1D44;
}
</style>
background-color css
<style>
a { background-color: #9C1D44; }
a { background-color: rgb(156,29,68); }
div.DivClassName
{
background-color: #9C1D44;
}
.BgClassName
{
background-color: #9C1D44;
}
</style>
border-color css
<style>
span { border-color: #9C1D44; }
span { border-color: rgb(156,29,68); }
td.TdClassName
{
border-color: #9C1D44;
}
.TagClassName
{
border-color: #9C1D44;
}
</style>