Shades of Lipstick #A72050
Tints of Lipstick #A72050
RGB
CMYK
RGB Variations
Color information
#A72050 (or 0xA72050) is known color: Lipstick. HEX triplet: A7, 20 and 50. RGB value is (167,32,80). Sum of RGB (Red+Green+Blue) = 167+32+80=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A72050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72050 is #58DFAF. Grayscale: #4D4D4D. Windows color (decimal): -5824432 or 5251239. OLE color: 5251239.
HSL color Cylindrical-coordinate representation of color #A72050: hue angle of 338.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72050 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 80 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.35 |
| HSL | 338.67º | 0.68% | 0.39% | - |
| HSV(B) | 338.67º | 0.81% | 0.65% | - |
| XYZ | 17.9 | 9.83 | 8.54 | - |
| YUV | 77.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 80 | 0 | 0.81 | 0.52 | 0.35 | 338.67 | 0.68 | 0.39 |
| Hex | A7 | 20 | 50 | 0 | 51 | 34 | 23 | 153 | 44 | 27 |
| Octal | 247 | 40 | 120 | 0 | 121 | 64 | 43 | 523 | 104 | 47 |
| Binary | 10100111 | 100000 | 1010000 | 0 | 1010001 | 110100 | 100011 | 101010011 | 1000100 | 100111 |
Color Harmonies of #A72050
Complementary color
Monochromatic Colors of #A72050
Black with #A72050
Text Example
Text Example
White with #A72050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72050; }
p { color: rgb(167,32,80); }
H1.HeaderClassName
{
color: #A72050;
}
.AnyTagClassName
{
color: #A72050;
}
</style>
background-color css
<style>
a { background-color: #A72050; }
a { background-color: rgb(167,32,80); }
div.DivClassName
{
background-color: #A72050;
}
.BgClassName
{
background-color: #A72050;
}
</style>
border-color css
<style>
span { border-color: #A72050; }
span { border-color: rgb(167,32,80); }
td.TdClassName
{
border-color: #A72050;
}
.TagClassName
{
border-color: #A72050;
}
</style>