Shades of Lipstick #9D1243
Tints of Lipstick #9D1243
RGB
CMYK
RGB Variations
Color information
#9D1243 (or 0x9D1243) is known color: Lipstick. HEX triplet: 9D, 12 and 43. RGB value is (157,18,67). Sum of RGB (Red+Green+Blue) = 157+18+67=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1243 is #62EDBC. Grayscale: #414141. Windows color (decimal): -6483389 or 4395677. OLE color: 4395677.
HSL color Cylindrical-coordinate representation of color #9D1243: hue angle of 338.85º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1243 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 67 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.38 |
| HSL | 338.85º | 0.79% | 0.34% | - |
| HSV(B) | 338.85º | 0.89% | 0.62% | - |
| XYZ | 15.13 | 8.01 | 6.06 | - |
| YUV | 65.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 67 | 0 | 0.89 | 0.57 | 0.38 | 338.85 | 0.79 | 0.34 |
| Hex | 9D | 12 | 43 | 0 | 59 | 39 | 26 | 153 | 4F | 22 |
| Octal | 235 | 22 | 103 | 0 | 131 | 71 | 46 | 523 | 117 | 42 |
| Binary | 10011101 | 10010 | 1000011 | 0 | 1011001 | 111001 | 100110 | 101010011 | 1001111 | 100010 |
Color Harmonies of #9D1243
Complementary color
Monochromatic Colors of #9D1243
Black with #9D1243
Text Example
Text Example
White with #9D1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1243; }
p { color: rgb(157,18,67); }
H1.HeaderClassName
{
color: #9D1243;
}
.AnyTagClassName
{
color: #9D1243;
}
</style>
background-color css
<style>
a { background-color: #9D1243; }
a { background-color: rgb(157,18,67); }
div.DivClassName
{
background-color: #9D1243;
}
.BgClassName
{
background-color: #9D1243;
}
</style>
border-color css
<style>
span { border-color: #9D1243; }
span { border-color: rgb(157,18,67); }
td.TdClassName
{
border-color: #9D1243;
}
.TagClassName
{
border-color: #9D1243;
}
</style>