Shades of Lipstick #9C1D41
Tints of Lipstick #9C1D41
RGB
CMYK
RGB Variations
Color information
#9C1D41 (or 0x9C1D41) is known color: Lipstick. HEX triplet: 9C, 1D and 41. RGB value is (156,29,65). Sum of RGB (Red+Green+Blue) = 156+29+65=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1D41 is #63E2BE. Grayscale: #474747. Windows color (decimal): -6546111 or 4267420. OLE color: 4267420.
HSL color Cylindrical-coordinate representation of color #9C1D41: hue angle of 342.99º 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 #9C1D41 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 29 | 65 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.39 |
| HSL | 342.99º | 0.69% | 0.36% | - |
| HSV(B) | 342.99º | 0.81% | 0.61% | - |
| XYZ | 15.1 | 8.33 | 5.81 | - |
| YUV | 71.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 65 | 0 | 0.81 | 0.58 | 0.39 | 342.99 | 0.69 | 0.36 |
| Hex | 9C | 1D | 41 | 0 | 51 | 3A | 27 | 157 | 45 | 24 |
| Octal | 234 | 35 | 101 | 0 | 121 | 72 | 47 | 527 | 105 | 44 |
| Binary | 10011100 | 11101 | 1000001 | 0 | 1010001 | 111010 | 100111 | 101010111 | 1000101 | 100100 |
Color Harmonies of #9C1D41
Complementary color
Monochromatic Colors of #9C1D41
Black with #9C1D41
Text Example
Text Example
White with #9C1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1D41; }
p { color: rgb(156,29,65); }
H1.HeaderClassName
{
color: #9C1D41;
}
.AnyTagClassName
{
color: #9C1D41;
}
</style>
background-color css
<style>
a { background-color: #9C1D41; }
a { background-color: rgb(156,29,65); }
div.DivClassName
{
background-color: #9C1D41;
}
.BgClassName
{
background-color: #9C1D41;
}
</style>
border-color css
<style>
span { border-color: #9C1D41; }
span { border-color: rgb(156,29,65); }
td.TdClassName
{
border-color: #9C1D41;
}
.TagClassName
{
border-color: #9C1D41;
}
</style>