Shades of Lipstick #9D184E
Tints of Lipstick #9D184E
RGB
CMYK
RGB Variations
Color information
#9D184E (or 0x9D184E) is known color: Lipstick. HEX triplet: 9D, 18 and 4E. RGB value is (157,24,78). Sum of RGB (Red+Green+Blue) = 157+24+78=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D184E is #62E7B1. Grayscale: #454545. Windows color (decimal): -6481842 or 5118109. OLE color: 5118109.
HSL color Cylindrical-coordinate representation of color #9D184E: hue angle of 335.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D184E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 78 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.38 |
| HSL | 335.64º | 0.73% | 0.35% | - |
| HSV(B) | 335.64º | 0.85% | 0.62% | - |
| XYZ | 15.61 | 8.37 | 8 | - |
| YUV | 69.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 78 | 0 | 0.85 | 0.50 | 0.38 | 335.64 | 0.73 | 0.35 |
| Hex | 9D | 18 | 4E | 0 | 55 | 32 | 26 | 150 | 49 | 23 |
| Octal | 235 | 30 | 116 | 0 | 125 | 62 | 46 | 520 | 111 | 43 |
| Binary | 10011101 | 11000 | 1001110 | 0 | 1010101 | 110010 | 100110 | 101010000 | 1001001 | 100011 |
Color Harmonies of #9D184E
Complementary color
Monochromatic Colors of #9D184E
Black with #9D184E
Text Example
Text Example
White with #9D184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D184E; }
p { color: rgb(157,24,78); }
H1.HeaderClassName
{
color: #9D184E;
}
.AnyTagClassName
{
color: #9D184E;
}
</style>
background-color css
<style>
a { background-color: #9D184E; }
a { background-color: rgb(157,24,78); }
div.DivClassName
{
background-color: #9D184E;
}
.BgClassName
{
background-color: #9D184E;
}
</style>
border-color css
<style>
span { border-color: #9D184E; }
span { border-color: rgb(157,24,78); }
td.TdClassName
{
border-color: #9D184E;
}
.TagClassName
{
border-color: #9D184E;
}
</style>