Shades of Lipstick #9D276E
Tints of Lipstick #9D276E
RGB
CMYK
RGB Variations
Color information
#9D276E (or 0x9D276E) is known color: Lipstick. HEX triplet: 9D, 27 and 6E. RGB value is (157,39,110). Sum of RGB (Red+Green+Blue) = 157+39+110=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D276E is #62D891. Grayscale: #525252. Windows color (decimal): -6477970 or 7219101. OLE color: 7219101.
HSL color Cylindrical-coordinate representation of color #9D276E: hue angle of 323.9º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D276E is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 110 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.38 |
| HSL | 323.9º | 0.6% | 0.38% | - |
| HSV(B) | 323.9º | 0.75% | 0.62% | - |
| XYZ | 17.44 | 9.74 | 15.71 | - |
| YUV | 82.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 110 | 0 | 0.75 | 0.30 | 0.38 | 323.9 | 0.6 | 0.38 |
| Hex | 9D | 27 | 6E | 0 | 4B | 1E | 26 | 144 | 3C | 26 |
| Octal | 235 | 47 | 156 | 0 | 113 | 36 | 46 | 504 | 74 | 46 |
| Binary | 10011101 | 100111 | 1101110 | 0 | 1001011 | 11110 | 100110 | 101000100 | 111100 | 100110 |
Color Harmonies of #9D276E
Complementary color
Monochromatic Colors of #9D276E
Black with #9D276E
Text Example
Text Example
White with #9D276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D276E; }
p { color: rgb(157,39,110); }
H1.HeaderClassName
{
color: #9D276E;
}
.AnyTagClassName
{
color: #9D276E;
}
</style>
background-color css
<style>
a { background-color: #9D276E; }
a { background-color: rgb(157,39,110); }
div.DivClassName
{
background-color: #9D276E;
}
.BgClassName
{
background-color: #9D276E;
}
</style>
border-color css
<style>
span { border-color: #9D276E; }
span { border-color: rgb(157,39,110); }
td.TdClassName
{
border-color: #9D276E;
}
.TagClassName
{
border-color: #9D276E;
}
</style>