Shades of Lipstick #9D2242
Tints of Lipstick #9D2242
RGB
CMYK
RGB Variations
Color information
#9D2242 (or 0x9D2242) is known color: Lipstick. HEX triplet: 9D, 22 and 42. RGB value is (157,34,66). Sum of RGB (Red+Green+Blue) = 157+34+66=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2242 is #62DDBD. Grayscale: #4A4A4A. Windows color (decimal): -6479294 or 4334237. OLE color: 4334237.
HSL color Cylindrical-coordinate representation of color #9D2242: hue angle of 344.39º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2242 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 66 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.38 |
| HSL | 344.39º | 0.64% | 0.37% | - |
| HSV(B) | 344.39º | 0.78% | 0.62% | - |
| XYZ | 15.46 | 8.71 | 6.02 | - |
| YUV | 74.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 66 | 0 | 0.78 | 0.58 | 0.38 | 344.39 | 0.64 | 0.37 |
| Hex | 9D | 22 | 42 | 0 | 4E | 3A | 26 | 158 | 40 | 25 |
| Octal | 235 | 42 | 102 | 0 | 116 | 72 | 46 | 530 | 100 | 45 |
| Binary | 10011101 | 100010 | 1000010 | 0 | 1001110 | 111010 | 100110 | 101011000 | 1000000 | 100101 |
Color Harmonies of #9D2242
Complementary color
Monochromatic Colors of #9D2242
Black with #9D2242
Text Example
Text Example
White with #9D2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2242; }
p { color: rgb(157,34,66); }
H1.HeaderClassName
{
color: #9D2242;
}
.AnyTagClassName
{
color: #9D2242;
}
</style>
background-color css
<style>
a { background-color: #9D2242; }
a { background-color: rgb(157,34,66); }
div.DivClassName
{
background-color: #9D2242;
}
.BgClassName
{
background-color: #9D2242;
}
</style>
border-color css
<style>
span { border-color: #9D2242; }
span { border-color: rgb(157,34,66); }
td.TdClassName
{
border-color: #9D2242;
}
.TagClassName
{
border-color: #9D2242;
}
</style>