Shades of Lipstick #9D2847
Tints of Lipstick #9D2847
RGB
CMYK
RGB Variations
Color information
#9D2847 (or 0x9D2847) is known color: Lipstick. HEX triplet: 9D, 28 and 47. RGB value is (157,40,71). Sum of RGB (Red+Green+Blue) = 157+40+71=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2847 is #62D7B8. Grayscale: #4E4E4E. Windows color (decimal): -6477753 or 4663453. OLE color: 4663453.
HSL color Cylindrical-coordinate representation of color #9D2847: hue angle of 344.1º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2847 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 71 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.38 |
| HSL | 344.1º | 0.59% | 0.39% | - |
| HSV(B) | 344.1º | 0.75% | 0.62% | - |
| XYZ | 15.8 | 9.14 | 6.89 | - |
| YUV | 78.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 71 | 0 | 0.75 | 0.55 | 0.38 | 344.1 | 0.59 | 0.39 |
| Hex | 9D | 28 | 47 | 0 | 4B | 37 | 26 | 158 | 3B | 27 |
| Octal | 235 | 50 | 107 | 0 | 113 | 67 | 46 | 530 | 73 | 47 |
| Binary | 10011101 | 101000 | 1000111 | 0 | 1001011 | 110111 | 100110 | 101011000 | 111011 | 100111 |
Color Harmonies of #9D2847
Complementary color
Monochromatic Colors of #9D2847
Black with #9D2847
Text Example
Text Example
White with #9D2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2847; }
p { color: rgb(157,40,71); }
H1.HeaderClassName
{
color: #9D2847;
}
.AnyTagClassName
{
color: #9D2847;
}
</style>
background-color css
<style>
a { background-color: #9D2847; }
a { background-color: rgb(157,40,71); }
div.DivClassName
{
background-color: #9D2847;
}
.BgClassName
{
background-color: #9D2847;
}
</style>
border-color css
<style>
span { border-color: #9D2847; }
span { border-color: rgb(157,40,71); }
td.TdClassName
{
border-color: #9D2847;
}
.TagClassName
{
border-color: #9D2847;
}
</style>