Shades of Lipstick #9D1D4F
Tints of Lipstick #9D1D4F
RGB
CMYK
RGB Variations
Color information
#9D1D4F (or 0x9D1D4F) is known color: Lipstick. HEX triplet: 9D, 1D and 4F. RGB value is (157,29,79). Sum of RGB (Red+Green+Blue) = 157+29+79=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D4F is #62E2B0. Grayscale: #484848. Windows color (decimal): -6480561 or 5184925. OLE color: 5184925.
HSL color Cylindrical-coordinate representation of color #9D1D4F: hue angle of 336.56º 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 #9D1D4F is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 79 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.38 |
| HSL | 336.56º | 0.69% | 0.36% | - |
| HSV(B) | 336.56º | 0.82% | 0.62% | - |
| XYZ | 15.76 | 8.61 | 8.23 | - |
| YUV | 72.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 79 | 0 | 0.82 | 0.50 | 0.38 | 336.56 | 0.69 | 0.36 |
| Hex | 9D | 1D | 4F | 0 | 52 | 32 | 26 | 151 | 45 | 24 |
| Octal | 235 | 35 | 117 | 0 | 122 | 62 | 46 | 521 | 105 | 44 |
| Binary | 10011101 | 11101 | 1001111 | 0 | 1010010 | 110010 | 100110 | 101010001 | 1000101 | 100100 |
Color Harmonies of #9D1D4F
Complementary color
Monochromatic Colors of #9D1D4F
Black with #9D1D4F
Text Example
Text Example
White with #9D1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D4F; }
p { color: rgb(157,29,79); }
H1.HeaderClassName
{
color: #9D1D4F;
}
.AnyTagClassName
{
color: #9D1D4F;
}
</style>
background-color css
<style>
a { background-color: #9D1D4F; }
a { background-color: rgb(157,29,79); }
div.DivClassName
{
background-color: #9D1D4F;
}
.BgClassName
{
background-color: #9D1D4F;
}
</style>
border-color css
<style>
span { border-color: #9D1D4F; }
span { border-color: rgb(157,29,79); }
td.TdClassName
{
border-color: #9D1D4F;
}
.TagClassName
{
border-color: #9D1D4F;
}
</style>