Shades of Lipstick #9D2349
Tints of Lipstick #9D2349
RGB
CMYK
RGB Variations
Color information
#9D2349 (or 0x9D2349) is known color: Lipstick. HEX triplet: 9D, 23 and 49. RGB value is (157,35,73). Sum of RGB (Red+Green+Blue) = 157+35+73=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2349 is #62DCB6. Grayscale: #4B4B4B. Windows color (decimal): -6479031 or 4793245. OLE color: 4793245.
HSL color Cylindrical-coordinate representation of color #9D2349: hue angle of 341.31º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2349 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 35 | 73 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.38 |
| HSL | 341.31º | 0.64% | 0.38% | - |
| HSV(B) | 341.31º | 0.78% | 0.62% | - |
| XYZ | 15.71 | 8.85 | 7.18 | - |
| YUV | 75.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 35 | 73 | 0 | 0.78 | 0.54 | 0.38 | 341.31 | 0.64 | 0.38 |
| Hex | 9D | 23 | 49 | 0 | 4E | 36 | 26 | 155 | 40 | 26 |
| Octal | 235 | 43 | 111 | 0 | 116 | 66 | 46 | 525 | 100 | 46 |
| Binary | 10011101 | 100011 | 1001001 | 0 | 1001110 | 110110 | 100110 | 101010101 | 1000000 | 100110 |
Color Harmonies of #9D2349
Complementary color
Monochromatic Colors of #9D2349
Black with #9D2349
Text Example
Text Example
White with #9D2349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2349; }
p { color: rgb(157,35,73); }
H1.HeaderClassName
{
color: #9D2349;
}
.AnyTagClassName
{
color: #9D2349;
}
</style>
background-color css
<style>
a { background-color: #9D2349; }
a { background-color: rgb(157,35,73); }
div.DivClassName
{
background-color: #9D2349;
}
.BgClassName
{
background-color: #9D2349;
}
</style>
border-color css
<style>
span { border-color: #9D2349; }
span { border-color: rgb(157,35,73); }
td.TdClassName
{
border-color: #9D2349;
}
.TagClassName
{
border-color: #9D2349;
}
</style>