Shades of Lipstick #9D2A4A
Tints of Lipstick #9D2A4A
RGB
CMYK
RGB Variations
Color information
#9D2A4A (or 0x9D2A4A) is known color: Lipstick. HEX triplet: 9D, 2A and 4A. RGB value is (157,42,74). Sum of RGB (Red+Green+Blue) = 157+42+74=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A4A is #62D5B5. Grayscale: #505050. Windows color (decimal): -6477238 or 4860573. OLE color: 4860573.
HSL color Cylindrical-coordinate representation of color #9D2A4A: hue angle of 343.3º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A4A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 42 | 74 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.38 |
| HSL | 343.3º | 0.58% | 0.39% | - |
| HSV(B) | 343.3º | 0.73% | 0.62% | - |
| XYZ | 15.97 | 9.32 | 7.44 | - |
| YUV | 80.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 74 | 0 | 0.73 | 0.53 | 0.38 | 343.3 | 0.58 | 0.39 |
| Hex | 9D | 2A | 4A | 0 | 49 | 35 | 26 | 157 | 3A | 27 |
| Octal | 235 | 52 | 112 | 0 | 111 | 65 | 46 | 527 | 72 | 47 |
| Binary | 10011101 | 101010 | 1001010 | 0 | 1001001 | 110101 | 100110 | 101010111 | 111010 | 100111 |
Color Harmonies of #9D2A4A
Complementary color
Monochromatic Colors of #9D2A4A
Black with #9D2A4A
Text Example
Text Example
White with #9D2A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2A4A; }
p { color: rgb(157,42,74); }
H1.HeaderClassName
{
color: #9D2A4A;
}
.AnyTagClassName
{
color: #9D2A4A;
}
</style>
background-color css
<style>
a { background-color: #9D2A4A; }
a { background-color: rgb(157,42,74); }
div.DivClassName
{
background-color: #9D2A4A;
}
.BgClassName
{
background-color: #9D2A4A;
}
</style>
border-color css
<style>
span { border-color: #9D2A4A; }
span { border-color: rgb(157,42,74); }
td.TdClassName
{
border-color: #9D2A4A;
}
.TagClassName
{
border-color: #9D2A4A;
}
</style>