Shades of Lipstick #9D2447
Tints of Lipstick #9D2447
RGB
CMYK
RGB Variations
Color information
#9D2447 (or 0x9D2447) is known color: Lipstick. HEX triplet: 9D, 24 and 47. RGB value is (157,36,71). Sum of RGB (Red+Green+Blue) = 157+36+71=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2447 is #62DBB8. Grayscale: #4C4C4C. Windows color (decimal): -6478777 or 4662429. OLE color: 4662429.
HSL color Cylindrical-coordinate representation of color #9D2447: hue angle of 342.64º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2447 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 36 | 71 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.38 |
| HSL | 342.64º | 0.63% | 0.38% | - |
| HSV(B) | 342.64º | 0.77% | 0.62% | - |
| XYZ | 15.67 | 8.88 | 6.85 | - |
| YUV | 76.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 36 | 71 | 0 | 0.77 | 0.55 | 0.38 | 342.64 | 0.63 | 0.38 |
| Hex | 9D | 24 | 47 | 0 | 4D | 37 | 26 | 157 | 3F | 26 |
| Octal | 235 | 44 | 107 | 0 | 115 | 67 | 46 | 527 | 77 | 46 |
| Binary | 10011101 | 100100 | 1000111 | 0 | 1001101 | 110111 | 100110 | 101010111 | 111111 | 100110 |
Color Harmonies of #9D2447
Complementary color
Monochromatic Colors of #9D2447
Black with #9D2447
Text Example
Text Example
White with #9D2447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2447; }
p { color: rgb(157,36,71); }
H1.HeaderClassName
{
color: #9D2447;
}
.AnyTagClassName
{
color: #9D2447;
}
</style>
background-color css
<style>
a { background-color: #9D2447; }
a { background-color: rgb(157,36,71); }
div.DivClassName
{
background-color: #9D2447;
}
.BgClassName
{
background-color: #9D2447;
}
</style>
border-color css
<style>
span { border-color: #9D2447; }
span { border-color: rgb(157,36,71); }
td.TdClassName
{
border-color: #9D2447;
}
.TagClassName
{
border-color: #9D2447;
}
</style>