Shades of Lipstick #A72449
Tints of Lipstick #A72449
RGB
CMYK
RGB Variations
Color information
#A72449 (or 0xA72449) is known color: Lipstick. HEX triplet: A7, 24 and 49. RGB value is (167,36,73). Sum of RGB (Red+Green+Blue) = 167+36+73=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A72449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72449 is #58DBB6. Grayscale: #4F4F4F. Windows color (decimal): -5823415 or 4793511. OLE color: 4793511.
HSL color Cylindrical-coordinate representation of color #A72449: hue angle of 343.05º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72449 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 36 | 73 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.35 |
| HSL | 343.05º | 0.65% | 0.4% | - |
| HSV(B) | 343.05º | 0.78% | 0.65% | - |
| XYZ | 17.77 | 9.96 | 7.29 | - |
| YUV | 79.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 73 | 0 | 0.78 | 0.56 | 0.35 | 343.05 | 0.65 | 0.4 |
| Hex | A7 | 24 | 49 | 0 | 4E | 38 | 23 | 157 | 41 | 28 |
| Octal | 247 | 44 | 111 | 0 | 116 | 70 | 43 | 527 | 101 | 50 |
| Binary | 10100111 | 100100 | 1001001 | 0 | 1001110 | 111000 | 100011 | 101010111 | 1000001 | 101000 |
Color Harmonies of #A72449
Complementary color
Monochromatic Colors of #A72449
Black with #A72449
Text Example
Text Example
White with #A72449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72449; }
p { color: rgb(167,36,73); }
H1.HeaderClassName
{
color: #A72449;
}
.AnyTagClassName
{
color: #A72449;
}
</style>
background-color css
<style>
a { background-color: #A72449; }
a { background-color: rgb(167,36,73); }
div.DivClassName
{
background-color: #A72449;
}
.BgClassName
{
background-color: #A72449;
}
</style>
border-color css
<style>
span { border-color: #A72449; }
span { border-color: rgb(167,36,73); }
td.TdClassName
{
border-color: #A72449;
}
.TagClassName
{
border-color: #A72449;
}
</style>