Shades of Lipstick #9D1D42
Tints of Lipstick #9D1D42
RGB
CMYK
RGB Variations
Color information
#9D1D42 (or 0x9D1D42) is known color: Lipstick. HEX triplet: 9D, 1D and 42. RGB value is (157,29,66). Sum of RGB (Red+Green+Blue) = 157+29+66=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D42 is #62E2BD. Grayscale: #474747. Windows color (decimal): -6480574 or 4332957. OLE color: 4332957.
HSL color Cylindrical-coordinate representation of color #9D1D42: hue angle of 342.66º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D42 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 66 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.38 |
| HSL | 342.66º | 0.69% | 0.36% | - |
| HSV(B) | 342.66º | 0.82% | 0.62% | - |
| XYZ | 15.33 | 8.44 | 5.98 | - |
| YUV | 71.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 66 | 0 | 0.82 | 0.58 | 0.38 | 342.66 | 0.69 | 0.36 |
| Hex | 9D | 1D | 42 | 0 | 52 | 3A | 26 | 157 | 45 | 24 |
| Octal | 235 | 35 | 102 | 0 | 122 | 72 | 46 | 527 | 105 | 44 |
| Binary | 10011101 | 11101 | 1000010 | 0 | 1010010 | 111010 | 100110 | 101010111 | 1000101 | 100100 |
Color Harmonies of #9D1D42
Complementary color
Monochromatic Colors of #9D1D42
Black with #9D1D42
Text Example
Text Example
White with #9D1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D42; }
p { color: rgb(157,29,66); }
H1.HeaderClassName
{
color: #9D1D42;
}
.AnyTagClassName
{
color: #9D1D42;
}
</style>
background-color css
<style>
a { background-color: #9D1D42; }
a { background-color: rgb(157,29,66); }
div.DivClassName
{
background-color: #9D1D42;
}
.BgClassName
{
background-color: #9D1D42;
}
</style>
border-color css
<style>
span { border-color: #9D1D42; }
span { border-color: rgb(157,29,66); }
td.TdClassName
{
border-color: #9D1D42;
}
.TagClassName
{
border-color: #9D1D42;
}
</style>