Shades of Lipstick #9D1B4D
Tints of Lipstick #9D1B4D
RGB
CMYK
RGB Variations
Color information
#9D1B4D (or 0x9D1B4D) is known color: Lipstick. HEX triplet: 9D, 1B and 4D. RGB value is (157,27,77). Sum of RGB (Red+Green+Blue) = 157+27+77=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1B4D is #62E4B2. Grayscale: #474747. Windows color (decimal): -6481075 or 5053341. OLE color: 5053341.
HSL color Cylindrical-coordinate representation of color #9D1B4D: hue angle of 336.92º degrees, saturation: 0.71, 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 #9D1B4D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 27 | 77 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.38 |
| HSL | 336.92º | 0.71% | 0.36% | - |
| HSV(B) | 336.92º | 0.83% | 0.62% | - |
| XYZ | 15.64 | 8.49 | 7.84 | - |
| YUV | 71.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 77 | 0 | 0.83 | 0.51 | 0.38 | 336.92 | 0.71 | 0.36 |
| Hex | 9D | 1B | 4D | 0 | 53 | 33 | 26 | 151 | 47 | 24 |
| Octal | 235 | 33 | 115 | 0 | 123 | 63 | 46 | 521 | 107 | 44 |
| Binary | 10011101 | 11011 | 1001101 | 0 | 1010011 | 110011 | 100110 | 101010001 | 1000111 | 100100 |
Color Harmonies of #9D1B4D
Complementary color
Monochromatic Colors of #9D1B4D
Black with #9D1B4D
Text Example
Text Example
White with #9D1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1B4D; }
p { color: rgb(157,27,77); }
H1.HeaderClassName
{
color: #9D1B4D;
}
.AnyTagClassName
{
color: #9D1B4D;
}
</style>
background-color css
<style>
a { background-color: #9D1B4D; }
a { background-color: rgb(157,27,77); }
div.DivClassName
{
background-color: #9D1B4D;
}
.BgClassName
{
background-color: #9D1B4D;
}
</style>
border-color css
<style>
span { border-color: #9D1B4D; }
span { border-color: rgb(157,27,77); }
td.TdClassName
{
border-color: #9D1B4D;
}
.TagClassName
{
border-color: #9D1B4D;
}
</style>