Shades of Lipstick #9C1B4A
Tints of Lipstick #9C1B4A
RGB
CMYK
RGB Variations
Color information
#9C1B4A (or 0x9C1B4A) is known color: Lipstick. HEX triplet: 9C, 1B and 4A. RGB value is (156,27,74). Sum of RGB (Red+Green+Blue) = 156+27+74=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B4A is #63E4B5. Grayscale: #464646. Windows color (decimal): -6546614 or 4856732. OLE color: 4856732.
HSL color Cylindrical-coordinate representation of color #9C1B4A: hue angle of 338.14º degrees, saturation: 0.7, 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 #9C1B4A is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 74 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.39 |
| HSL | 338.14º | 0.7% | 0.36% | - |
| HSV(B) | 338.14º | 0.83% | 0.61% | - |
| XYZ | 15.34 | 8.35 | 7.28 | - |
| YUV | 70.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 74 | 0 | 0.83 | 0.53 | 0.39 | 338.14 | 0.7 | 0.36 |
| Hex | 9C | 1B | 4A | 0 | 53 | 35 | 27 | 152 | 46 | 24 |
| Octal | 234 | 33 | 112 | 0 | 123 | 65 | 47 | 522 | 106 | 44 |
| Binary | 10011100 | 11011 | 1001010 | 0 | 1010011 | 110101 | 100111 | 101010010 | 1000110 | 100100 |
Color Harmonies of #9C1B4A
Complementary color
Monochromatic Colors of #9C1B4A
Black with #9C1B4A
Text Example
Text Example
White with #9C1B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B4A; }
p { color: rgb(156,27,74); }
H1.HeaderClassName
{
color: #9C1B4A;
}
.AnyTagClassName
{
color: #9C1B4A;
}
</style>
background-color css
<style>
a { background-color: #9C1B4A; }
a { background-color: rgb(156,27,74); }
div.DivClassName
{
background-color: #9C1B4A;
}
.BgClassName
{
background-color: #9C1B4A;
}
</style>
border-color css
<style>
span { border-color: #9C1B4A; }
span { border-color: rgb(156,27,74); }
td.TdClassName
{
border-color: #9C1B4A;
}
.TagClassName
{
border-color: #9C1B4A;
}
</style>