Shades of Lipstick #9D1343
Tints of Lipstick #9D1343
RGB
CMYK
RGB Variations
Color information
#9D1343 (or 0x9D1343) is known color: Lipstick. HEX triplet: 9D, 13 and 43. RGB value is (157,19,67). Sum of RGB (Red+Green+Blue) = 157+19+67=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1343 is #62ECBC. Grayscale: #414141. Windows color (decimal): -6483133 or 4395933. OLE color: 4395933.
HSL color Cylindrical-coordinate representation of color #9D1343: hue angle of 339.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1343 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 67 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.38 |
| HSL | 339.13º | 0.78% | 0.35% | - |
| HSV(B) | 339.13º | 0.88% | 0.62% | - |
| XYZ | 15.15 | 8.04 | 6.06 | - |
| YUV | 65.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 67 | 0 | 0.88 | 0.57 | 0.38 | 339.13 | 0.78 | 0.35 |
| Hex | 9D | 13 | 43 | 0 | 58 | 39 | 26 | 153 | 4E | 23 |
| Octal | 235 | 23 | 103 | 0 | 130 | 71 | 46 | 523 | 116 | 43 |
| Binary | 10011101 | 10011 | 1000011 | 0 | 1011000 | 111001 | 100110 | 101010011 | 1001110 | 100011 |
Color Harmonies of #9D1343
Complementary color
Monochromatic Colors of #9D1343
Black with #9D1343
Text Example
Text Example
White with #9D1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1343; }
p { color: rgb(157,19,67); }
H1.HeaderClassName
{
color: #9D1343;
}
.AnyTagClassName
{
color: #9D1343;
}
</style>
background-color css
<style>
a { background-color: #9D1343; }
a { background-color: rgb(157,19,67); }
div.DivClassName
{
background-color: #9D1343;
}
.BgClassName
{
background-color: #9D1343;
}
</style>
border-color css
<style>
span { border-color: #9D1343; }
span { border-color: rgb(157,19,67); }
td.TdClassName
{
border-color: #9D1343;
}
.TagClassName
{
border-color: #9D1343;
}
</style>