Shades of Lipstick #9D1C56
Tints of Lipstick #9D1C56
RGB
CMYK
RGB Variations
Color information
#9D1C56 (or 0x9D1C56) is known color: Lipstick. HEX triplet: 9D, 1C and 56. RGB value is (157,28,86). Sum of RGB (Red+Green+Blue) = 157+28+86=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C56 is #62E3A9. Grayscale: #494949. Windows color (decimal): -6480810 or 5643421. OLE color: 5643421.
HSL color Cylindrical-coordinate representation of color #9D1C56: hue angle of 333.02º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C56 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 28 | 86 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.38 |
| HSL | 333.02º | 0.7% | 0.36% | - |
| HSV(B) | 333.02º | 0.82% | 0.62% | - |
| XYZ | 16 | 8.67 | 9.63 | - |
| YUV | 73.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 86 | 0 | 0.82 | 0.45 | 0.38 | 333.02 | 0.7 | 0.36 |
| Hex | 9D | 1C | 56 | 0 | 52 | 2D | 26 | 14D | 46 | 24 |
| Octal | 235 | 34 | 126 | 0 | 122 | 55 | 46 | 515 | 106 | 44 |
| Binary | 10011101 | 11100 | 1010110 | 0 | 1010010 | 101101 | 100110 | 101001101 | 1000110 | 100100 |
Color Harmonies of #9D1C56
Complementary color
Monochromatic Colors of #9D1C56
Black with #9D1C56
Text Example
Text Example
White with #9D1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1C56; }
p { color: rgb(157,28,86); }
H1.HeaderClassName
{
color: #9D1C56;
}
.AnyTagClassName
{
color: #9D1C56;
}
</style>
background-color css
<style>
a { background-color: #9D1C56; }
a { background-color: rgb(157,28,86); }
div.DivClassName
{
background-color: #9D1C56;
}
.BgClassName
{
background-color: #9D1C56;
}
</style>
border-color css
<style>
span { border-color: #9D1C56; }
span { border-color: rgb(157,28,86); }
td.TdClassName
{
border-color: #9D1C56;
}
.TagClassName
{
border-color: #9D1C56;
}
</style>