Shades of Lipstick #9D1442
Tints of Lipstick #9D1442
RGB
CMYK
RGB Variations
Color information
#9D1442 (or 0x9D1442) is known color: Lipstick. HEX triplet: 9D, 14 and 42. RGB value is (157,20,66). Sum of RGB (Red+Green+Blue) = 157+20+66=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1442 is #62EBBD. Grayscale: #424242. Windows color (decimal): -6482878 or 4330653. OLE color: 4330653.
HSL color Cylindrical-coordinate representation of color #9D1442: hue angle of 339.85º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1442 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 66 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.38 |
| HSL | 339.85º | 0.77% | 0.35% | - |
| HSV(B) | 339.85º | 0.87% | 0.62% | - |
| XYZ | 15.14 | 8.06 | 5.91 | - |
| YUV | 66.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 66 | 0 | 0.87 | 0.58 | 0.38 | 339.85 | 0.77 | 0.35 |
| Hex | 9D | 14 | 42 | 0 | 57 | 3A | 26 | 154 | 4D | 23 |
| Octal | 235 | 24 | 102 | 0 | 127 | 72 | 46 | 524 | 115 | 43 |
| Binary | 10011101 | 10100 | 1000010 | 0 | 1010111 | 111010 | 100110 | 101010100 | 1001101 | 100011 |
Color Harmonies of #9D1442
Complementary color
Monochromatic Colors of #9D1442
Black with #9D1442
Text Example
Text Example
White with #9D1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1442; }
p { color: rgb(157,20,66); }
H1.HeaderClassName
{
color: #9D1442;
}
.AnyTagClassName
{
color: #9D1442;
}
</style>
background-color css
<style>
a { background-color: #9D1442; }
a { background-color: rgb(157,20,66); }
div.DivClassName
{
background-color: #9D1442;
}
.BgClassName
{
background-color: #9D1442;
}
</style>
border-color css
<style>
span { border-color: #9D1442; }
span { border-color: rgb(157,20,66); }
td.TdClassName
{
border-color: #9D1442;
}
.TagClassName
{
border-color: #9D1442;
}
</style>