Shades of Lipstick #A72849
Tints of Lipstick #A72849
RGB
CMYK
RGB Variations
Color information
#A72849 (or 0xA72849) is known color: Lipstick. HEX triplet: A7, 28 and 49. RGB value is (167,40,73). Sum of RGB (Red+Green+Blue) = 167+40+73=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A72849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72849 is #58D7B6. Grayscale: #515151. Windows color (decimal): -5822391 or 4794535. OLE color: 4794535.
HSL color Cylindrical-coordinate representation of color #A72849: hue angle of 344.41º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72849 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 73 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.35 |
| HSL | 344.41º | 0.61% | 0.41% | - |
| HSV(B) | 344.41º | 0.76% | 0.65% | - |
| XYZ | 17.9 | 10.21 | 7.33 | - |
| YUV | 81.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 73 | 0 | 0.76 | 0.56 | 0.35 | 344.41 | 0.61 | 0.41 |
| Hex | A7 | 28 | 49 | 0 | 4C | 38 | 23 | 158 | 3D | 29 |
| Octal | 247 | 50 | 111 | 0 | 114 | 70 | 43 | 530 | 75 | 51 |
| Binary | 10100111 | 101000 | 1001001 | 0 | 1001100 | 111000 | 100011 | 101011000 | 111101 | 101001 |
Color Harmonies of #A72849
Complementary color
Monochromatic Colors of #A72849
Black with #A72849
Text Example
Text Example
White with #A72849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72849; }
p { color: rgb(167,40,73); }
H1.HeaderClassName
{
color: #A72849;
}
.AnyTagClassName
{
color: #A72849;
}
</style>
background-color css
<style>
a { background-color: #A72849; }
a { background-color: rgb(167,40,73); }
div.DivClassName
{
background-color: #A72849;
}
.BgClassName
{
background-color: #A72849;
}
</style>
border-color css
<style>
span { border-color: #A72849; }
span { border-color: rgb(167,40,73); }
td.TdClassName
{
border-color: #A72849;
}
.TagClassName
{
border-color: #A72849;
}
</style>