Shades of Lipstick #9D1E42
Tints of Lipstick #9D1E42
RGB
CMYK
RGB Variations
Color information
#9D1E42 (or 0x9D1E42) is known color: Lipstick. HEX triplet: 9D, 1E and 42. RGB value is (157,30,66). Sum of RGB (Red+Green+Blue) = 157+30+66=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E42 is #62E1BD. Grayscale: #484848. Windows color (decimal): -6480318 or 4333213. OLE color: 4333213.
HSL color Cylindrical-coordinate representation of color #9D1E42: hue angle of 342.99º 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 #9D1E42 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 66 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.38 |
| HSL | 342.99º | 0.68% | 0.37% | - |
| HSV(B) | 342.99º | 0.81% | 0.62% | - |
| XYZ | 15.35 | 8.49 | 5.98 | - |
| YUV | 72.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 66 | 0 | 0.81 | 0.58 | 0.38 | 342.99 | 0.68 | 0.37 |
| Hex | 9D | 1E | 42 | 0 | 51 | 3A | 26 | 157 | 44 | 25 |
| Octal | 235 | 36 | 102 | 0 | 121 | 72 | 46 | 527 | 104 | 45 |
| Binary | 10011101 | 11110 | 1000010 | 0 | 1010001 | 111010 | 100110 | 101010111 | 1000100 | 100101 |
Color Harmonies of #9D1E42
Complementary color
Monochromatic Colors of #9D1E42
Black with #9D1E42
Text Example
Text Example
White with #9D1E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E42; }
p { color: rgb(157,30,66); }
H1.HeaderClassName
{
color: #9D1E42;
}
.AnyTagClassName
{
color: #9D1E42;
}
</style>
background-color css
<style>
a { background-color: #9D1E42; }
a { background-color: rgb(157,30,66); }
div.DivClassName
{
background-color: #9D1E42;
}
.BgClassName
{
background-color: #9D1E42;
}
</style>
border-color css
<style>
span { border-color: #9D1E42; }
span { border-color: rgb(157,30,66); }
td.TdClassName
{
border-color: #9D1E42;
}
.TagClassName
{
border-color: #9D1E42;
}
</style>