Shades of Lipstick #9D1C40
Tints of Lipstick #9D1C40
RGB
CMYK
RGB Variations
Color information
#9D1C40 (or 0x9D1C40) is known color: Lipstick. HEX triplet: 9D, 1C and 40. RGB value is (157,28,64). Sum of RGB (Red+Green+Blue) = 157+28+64=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1C40 is #62E3BF. Grayscale: #464646. Windows color (decimal): -6480832 or 4201629. OLE color: 4201629.
HSL color Cylindrical-coordinate representation of color #9D1C40: hue angle of 343.26º 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 #9D1C40 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 28 | 64 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.38 |
| HSL | 343.26º | 0.7% | 0.36% | - |
| HSV(B) | 343.26º | 0.82% | 0.62% | - |
| XYZ | 15.25 | 8.37 | 5.66 | - |
| YUV | 70.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 64 | 0 | 0.82 | 0.59 | 0.38 | 343.26 | 0.7 | 0.36 |
| Hex | 9D | 1C | 40 | 0 | 52 | 3B | 26 | 157 | 46 | 24 |
| Octal | 235 | 34 | 100 | 0 | 122 | 73 | 46 | 527 | 106 | 44 |
| Binary | 10011101 | 11100 | 1000000 | 0 | 1010010 | 111011 | 100110 | 101010111 | 1000110 | 100100 |
Color Harmonies of #9D1C40
Complementary color
Monochromatic Colors of #9D1C40
Black with #9D1C40
Text Example
Text Example
White with #9D1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1C40; }
p { color: rgb(157,28,64); }
H1.HeaderClassName
{
color: #9D1C40;
}
.AnyTagClassName
{
color: #9D1C40;
}
</style>
background-color css
<style>
a { background-color: #9D1C40; }
a { background-color: rgb(157,28,64); }
div.DivClassName
{
background-color: #9D1C40;
}
.BgClassName
{
background-color: #9D1C40;
}
</style>
border-color css
<style>
span { border-color: #9D1C40; }
span { border-color: rgb(157,28,64); }
td.TdClassName
{
border-color: #9D1C40;
}
.TagClassName
{
border-color: #9D1C40;
}
</style>