Shades of Lipstick #9D1E43
Tints of Lipstick #9D1E43
RGB
CMYK
RGB Variations
Color information
#9D1E43 (or 0x9D1E43) is known color: Lipstick. HEX triplet: 9D, 1E and 43. RGB value is (157,30,67). Sum of RGB (Red+Green+Blue) = 157+30+67=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E43 is #62E1BC. Grayscale: #484848. Windows color (decimal): -6480317 or 4398749. OLE color: 4398749.
HSL color Cylindrical-coordinate representation of color #9D1E43: hue angle of 342.52º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E43 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 67 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.38 |
| HSL | 342.52º | 0.68% | 0.37% | - |
| HSV(B) | 342.52º | 0.81% | 0.62% | - |
| XYZ | 15.38 | 8.5 | 6.14 | - |
| YUV | 72.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 67 | 0 | 0.81 | 0.57 | 0.38 | 342.52 | 0.68 | 0.37 |
| Hex | 9D | 1E | 43 | 0 | 51 | 39 | 26 | 157 | 44 | 25 |
| Octal | 235 | 36 | 103 | 0 | 121 | 71 | 46 | 527 | 104 | 45 |
| Binary | 10011101 | 11110 | 1000011 | 0 | 1010001 | 111001 | 100110 | 101010111 | 1000100 | 100101 |
Color Harmonies of #9D1E43
Complementary color
Monochromatic Colors of #9D1E43
Black with #9D1E43
Text Example
Text Example
White with #9D1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E43; }
p { color: rgb(157,30,67); }
H1.HeaderClassName
{
color: #9D1E43;
}
.AnyTagClassName
{
color: #9D1E43;
}
</style>
background-color css
<style>
a { background-color: #9D1E43; }
a { background-color: rgb(157,30,67); }
div.DivClassName
{
background-color: #9D1E43;
}
.BgClassName
{
background-color: #9D1E43;
}
</style>
border-color css
<style>
span { border-color: #9D1E43; }
span { border-color: rgb(157,30,67); }
td.TdClassName
{
border-color: #9D1E43;
}
.TagClassName
{
border-color: #9D1E43;
}
</style>