Shades of Lipstick #9D2B4D
Tints of Lipstick #9D2B4D
RGB
CMYK
RGB Variations
Color information
#9D2B4D (or 0x9D2B4D) is known color: Lipstick. HEX triplet: 9D, 2B and 4D. RGB value is (157,43,77). Sum of RGB (Red+Green+Blue) = 157+43+77=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2B4D is #62D4B2. Grayscale: #505050. Windows color (decimal): -6476979 or 5057437. OLE color: 5057437.
HSL color Cylindrical-coordinate representation of color #9D2B4D: hue angle of 342.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2B4D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 43 | 77 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.38 |
| HSL | 342.11º | 0.57% | 0.39% | - |
| HSV(B) | 342.11º | 0.73% | 0.62% | - |
| XYZ | 16.11 | 9.43 | 7.99 | - |
| YUV | 80.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 77 | 0 | 0.73 | 0.51 | 0.38 | 342.11 | 0.57 | 0.39 |
| Hex | 9D | 2B | 4D | 0 | 49 | 33 | 26 | 156 | 39 | 27 |
| Octal | 235 | 53 | 115 | 0 | 111 | 63 | 46 | 526 | 71 | 47 |
| Binary | 10011101 | 101011 | 1001101 | 0 | 1001001 | 110011 | 100110 | 101010110 | 111001 | 100111 |
Color Harmonies of #9D2B4D
Complementary color
Monochromatic Colors of #9D2B4D
Black with #9D2B4D
Text Example
Text Example
White with #9D2B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2B4D; }
p { color: rgb(157,43,77); }
H1.HeaderClassName
{
color: #9D2B4D;
}
.AnyTagClassName
{
color: #9D2B4D;
}
</style>
background-color css
<style>
a { background-color: #9D2B4D; }
a { background-color: rgb(157,43,77); }
div.DivClassName
{
background-color: #9D2B4D;
}
.BgClassName
{
background-color: #9D2B4D;
}
</style>
border-color css
<style>
span { border-color: #9D2B4D; }
span { border-color: rgb(157,43,77); }
td.TdClassName
{
border-color: #9D2B4D;
}
.TagClassName
{
border-color: #9D2B4D;
}
</style>