Shades of Lipstick #9D1A49
Tints of Lipstick #9D1A49
RGB
CMYK
RGB Variations
Color information
#9D1A49 (or 0x9D1A49) is known color: Lipstick. HEX triplet: 9D, 1A and 49. RGB value is (157,26,73). Sum of RGB (Red+Green+Blue) = 157+26+73=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1A49 is #62E5B6. Grayscale: #464646. Windows color (decimal): -6481335 or 4790941. OLE color: 4790941.
HSL color Cylindrical-coordinate representation of color #9D1A49: hue angle of 338.47º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1A49 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 26 | 73 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.38 |
| HSL | 338.47º | 0.72% | 0.36% | - |
| HSV(B) | 338.47º | 0.83% | 0.62% | - |
| XYZ | 15.48 | 8.39 | 7.11 | - |
| YUV | 70.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 73 | 0 | 0.83 | 0.54 | 0.38 | 338.47 | 0.72 | 0.36 |
| Hex | 9D | 1A | 49 | 0 | 53 | 36 | 26 | 152 | 48 | 24 |
| Octal | 235 | 32 | 111 | 0 | 123 | 66 | 46 | 522 | 110 | 44 |
| Binary | 10011101 | 11010 | 1001001 | 0 | 1010011 | 110110 | 100110 | 101010010 | 1001000 | 100100 |
Color Harmonies of #9D1A49
Complementary color
Monochromatic Colors of #9D1A49
Black with #9D1A49
Text Example
Text Example
White with #9D1A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1A49; }
p { color: rgb(157,26,73); }
H1.HeaderClassName
{
color: #9D1A49;
}
.AnyTagClassName
{
color: #9D1A49;
}
</style>
background-color css
<style>
a { background-color: #9D1A49; }
a { background-color: rgb(157,26,73); }
div.DivClassName
{
background-color: #9D1A49;
}
.BgClassName
{
background-color: #9D1A49;
}
</style>
border-color css
<style>
span { border-color: #9D1A49; }
span { border-color: rgb(157,26,73); }
td.TdClassName
{
border-color: #9D1A49;
}
.TagClassName
{
border-color: #9D1A49;
}
</style>