Shades of Lipstick #9D1744
Tints of Lipstick #9D1744
RGB
CMYK
RGB Variations
Color information
#9D1744 (or 0x9D1744) is known color: Lipstick. HEX triplet: 9D, 17 and 44. RGB value is (157,23,68). Sum of RGB (Red+Green+Blue) = 157+23+68=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1744 is #62E8BB. Grayscale: #444444. Windows color (decimal): -6482108 or 4462493. OLE color: 4462493.
HSL color Cylindrical-coordinate representation of color #9D1744: hue angle of 339.85º degrees, saturation: 0.74, 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 #9D1744 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 23 | 68 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.38 |
| HSL | 339.85º | 0.74% | 0.35% | - |
| HSV(B) | 339.85º | 0.85% | 0.62% | - |
| XYZ | 15.25 | 8.2 | 6.25 | - |
| YUV | 68.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 23 | 68 | 0 | 0.85 | 0.57 | 0.38 | 339.85 | 0.74 | 0.35 |
| Hex | 9D | 17 | 44 | 0 | 55 | 39 | 26 | 154 | 4A | 23 |
| Octal | 235 | 27 | 104 | 0 | 125 | 71 | 46 | 524 | 112 | 43 |
| Binary | 10011101 | 10111 | 1000100 | 0 | 1010101 | 111001 | 100110 | 101010100 | 1001010 | 100011 |
Color Harmonies of #9D1744
Complementary color
Monochromatic Colors of #9D1744
Black with #9D1744
Text Example
Text Example
White with #9D1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1744; }
p { color: rgb(157,23,68); }
H1.HeaderClassName
{
color: #9D1744;
}
.AnyTagClassName
{
color: #9D1744;
}
</style>
background-color css
<style>
a { background-color: #9D1744; }
a { background-color: rgb(157,23,68); }
div.DivClassName
{
background-color: #9D1744;
}
.BgClassName
{
background-color: #9D1744;
}
</style>
border-color css
<style>
span { border-color: #9D1744; }
span { border-color: rgb(157,23,68); }
td.TdClassName
{
border-color: #9D1744;
}
.TagClassName
{
border-color: #9D1744;
}
</style>