Shades of Lipstick #9D103E
Tints of Lipstick #9D103E
RGB
CMYK
RGB Variations
Color information
#9D103E (or 0x9D103E) is known color: Lipstick. HEX triplet: 9D, 10 and 3E. RGB value is (157,16,62). Sum of RGB (Red+Green+Blue) = 157+16+62=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D103E is #62EFC1. Grayscale: #3F3F3F. Windows color (decimal): -6483906 or 4067485. OLE color: 4067485.
HSL color Cylindrical-coordinate representation of color #9D103E: hue angle of 340.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D103E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 62 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.38 |
| HSL | 340.43º | 0.82% | 0.34% | - |
| HSV(B) | 340.43º | 0.9% | 0.62% | - |
| XYZ | 14.96 | 7.89 | 5.29 | - |
| YUV | 63.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 62 | 0 | 0.90 | 0.61 | 0.38 | 340.43 | 0.82 | 0.34 |
| Hex | 9D | 10 | 3E | 0 | 5A | 3D | 26 | 154 | 52 | 22 |
| Octal | 235 | 20 | 76 | 0 | 132 | 75 | 46 | 524 | 122 | 42 |
| Binary | 10011101 | 10000 | 111110 | 0 | 1011010 | 111101 | 100110 | 101010100 | 1010010 | 100010 |
Color Harmonies of #9D103E
Complementary color
Monochromatic Colors of #9D103E
Black with #9D103E
Text Example
Text Example
White with #9D103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D103E; }
p { color: rgb(157,16,62); }
H1.HeaderClassName
{
color: #9D103E;
}
.AnyTagClassName
{
color: #9D103E;
}
</style>
background-color css
<style>
a { background-color: #9D103E; }
a { background-color: rgb(157,16,62); }
div.DivClassName
{
background-color: #9D103E;
}
.BgClassName
{
background-color: #9D103E;
}
</style>
border-color css
<style>
span { border-color: #9D103E; }
span { border-color: rgb(157,16,62); }
td.TdClassName
{
border-color: #9D103E;
}
.TagClassName
{
border-color: #9D103E;
}
</style>