Shades of Lipstick #9D1A4E
Tints of Lipstick #9D1A4E
RGB
CMYK
RGB Variations
Color information
#9D1A4E (or 0x9D1A4E) is known color: Lipstick. HEX triplet: 9D, 1A and 4E. RGB value is (157,26,78). Sum of RGB (Red+Green+Blue) = 157+26+78=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1A4E is #62E5B1. Grayscale: #474747. Windows color (decimal): -6481330 or 5118621. OLE color: 5118621.
HSL color Cylindrical-coordinate representation of color #9D1A4E: hue angle of 336.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1A4E is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 78 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.38 |
| HSL | 336.18º | 0.72% | 0.36% | - |
| HSV(B) | 336.18º | 0.83% | 0.62% | - |
| XYZ | 15.65 | 8.46 | 8.02 | - |
| YUV | 71.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 78 | 0 | 0.83 | 0.50 | 0.38 | 336.18 | 0.72 | 0.36 |
| Hex | 9D | 1A | 4E | 0 | 53 | 32 | 26 | 150 | 48 | 24 |
| Octal | 235 | 32 | 116 | 0 | 123 | 62 | 46 | 520 | 110 | 44 |
| Binary | 10011101 | 11010 | 1001110 | 0 | 1010011 | 110010 | 100110 | 101010000 | 1001000 | 100100 |
Color Harmonies of #9D1A4E
Complementary color
Monochromatic Colors of #9D1A4E
Black with #9D1A4E
Text Example
Text Example
White with #9D1A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A4E; }
p { color: rgb(157,26,78); }
H1.HeaderClassName
{
color: #9D1A4E;
}
.AnyTagClassName
{
color: #9D1A4E;
}
</style>
background-color css
<style>
a { background-color: #9D1A4E; }
a { background-color: rgb(157,26,78); }
div.DivClassName
{
background-color: #9D1A4E;
}
.BgClassName
{
background-color: #9D1A4E;
}
</style>
border-color css
<style>
span { border-color: #9D1A4E; }
span { border-color: rgb(157,26,78); }
td.TdClassName
{
border-color: #9D1A4E;
}
.TagClassName
{
border-color: #9D1A4E;
}
</style>