Shades of Lipstick #9C1A4C
Tints of Lipstick #9C1A4C
RGB
CMYK
RGB Variations
Color information
#9C1A4C (or 0x9C1A4C) is known color: Lipstick. HEX triplet: 9C, 1A and 4C. RGB value is (156,26,76). Sum of RGB (Red+Green+Blue) = 156+26+76=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1A4C is #63E5B3. Grayscale: #464646. Windows color (decimal): -6546868 or 4987548. OLE color: 4987548.
HSL color Cylindrical-coordinate representation of color #9C1A4C: hue angle of 336.92º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1A4C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 26 | 76 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.39 |
| HSL | 336.92º | 0.71% | 0.36% | - |
| HSV(B) | 336.92º | 0.83% | 0.61% | - |
| XYZ | 15.38 | 8.33 | 7.63 | - |
| YUV | 70.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 76 | 0 | 0.83 | 0.51 | 0.39 | 336.92 | 0.71 | 0.36 |
| Hex | 9C | 1A | 4C | 0 | 53 | 33 | 27 | 151 | 47 | 24 |
| Octal | 234 | 32 | 114 | 0 | 123 | 63 | 47 | 521 | 107 | 44 |
| Binary | 10011100 | 11010 | 1001100 | 0 | 1010011 | 110011 | 100111 | 101010001 | 1000111 | 100100 |
Color Harmonies of #9C1A4C
Complementary color
Monochromatic Colors of #9C1A4C
Black with #9C1A4C
Text Example
Text Example
White with #9C1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1A4C; }
p { color: rgb(156,26,76); }
H1.HeaderClassName
{
color: #9C1A4C;
}
.AnyTagClassName
{
color: #9C1A4C;
}
</style>
background-color css
<style>
a { background-color: #9C1A4C; }
a { background-color: rgb(156,26,76); }
div.DivClassName
{
background-color: #9C1A4C;
}
.BgClassName
{
background-color: #9C1A4C;
}
</style>
border-color css
<style>
span { border-color: #9C1A4C; }
span { border-color: rgb(156,26,76); }
td.TdClassName
{
border-color: #9C1A4C;
}
.TagClassName
{
border-color: #9C1A4C;
}
</style>