Shades of Lipstick #9D2656
Tints of Lipstick #9D2656
RGB
CMYK
RGB Variations
Color information
#9D2656 (or 0x9D2656) is known color: Lipstick. HEX triplet: 9D, 26 and 56. RGB value is (157,38,86). Sum of RGB (Red+Green+Blue) = 157+38+86=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2656 is #62D9A9. Grayscale: #4E4E4E. Windows color (decimal): -6478250 or 5645981. OLE color: 5645981.
HSL color Cylindrical-coordinate representation of color #9D2656: hue angle of 335.8º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2656 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 86 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.38 |
| HSL | 335.8º | 0.61% | 0.38% | - |
| HSV(B) | 335.8º | 0.76% | 0.62% | - |
| XYZ | 16.28 | 9.23 | 9.73 | - |
| YUV | 79.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 86 | 0 | 0.76 | 0.45 | 0.38 | 335.8 | 0.61 | 0.38 |
| Hex | 9D | 26 | 56 | 0 | 4C | 2D | 26 | 150 | 3D | 26 |
| Octal | 235 | 46 | 126 | 0 | 114 | 55 | 46 | 520 | 75 | 46 |
| Binary | 10011101 | 100110 | 1010110 | 0 | 1001100 | 101101 | 100110 | 101010000 | 111101 | 100110 |
Color Harmonies of #9D2656
Complementary color
Monochromatic Colors of #9D2656
Black with #9D2656
Text Example
Text Example
White with #9D2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2656; }
p { color: rgb(157,38,86); }
H1.HeaderClassName
{
color: #9D2656;
}
.AnyTagClassName
{
color: #9D2656;
}
</style>
background-color css
<style>
a { background-color: #9D2656; }
a { background-color: rgb(157,38,86); }
div.DivClassName
{
background-color: #9D2656;
}
.BgClassName
{
background-color: #9D2656;
}
</style>
border-color css
<style>
span { border-color: #9D2656; }
span { border-color: rgb(157,38,86); }
td.TdClassName
{
border-color: #9D2656;
}
.TagClassName
{
border-color: #9D2656;
}
</style>