Shades of Lipstick #A42049
Tints of Lipstick #A42049
RGB
CMYK
RGB Variations
Color information
#A42049 (or 0xA42049) is known color: Lipstick. HEX triplet: A4, 20 and 49. RGB value is (164,32,73). Sum of RGB (Red+Green+Blue) = 164+32+73=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A42049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42049 is #5BDFB6. Grayscale: #4C4C4C. Windows color (decimal): -6021047 or 4792484. OLE color: 4792484.
HSL color Cylindrical-coordinate representation of color #A42049: hue angle of 341.36º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42049 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 32 | 73 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.36 |
| HSL | 341.36º | 0.67% | 0.38% | - |
| HSV(B) | 341.36º | 0.8% | 0.64% | - |
| XYZ | 17.03 | 9.41 | 7.22 | - |
| YUV | 76.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 73 | 0 | 0.80 | 0.55 | 0.36 | 341.36 | 0.67 | 0.38 |
| Hex | A4 | 20 | 49 | 0 | 50 | 37 | 24 | 155 | 43 | 26 |
| Octal | 244 | 40 | 111 | 0 | 120 | 67 | 44 | 525 | 103 | 46 |
| Binary | 10100100 | 100000 | 1001001 | 0 | 1010000 | 110111 | 100100 | 101010101 | 1000011 | 100110 |
Color Harmonies of #A42049
Complementary color
Monochromatic Colors of #A42049
Black with #A42049
Text Example
Text Example
White with #A42049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42049; }
p { color: rgb(164,32,73); }
H1.HeaderClassName
{
color: #A42049;
}
.AnyTagClassName
{
color: #A42049;
}
</style>
background-color css
<style>
a { background-color: #A42049; }
a { background-color: rgb(164,32,73); }
div.DivClassName
{
background-color: #A42049;
}
.BgClassName
{
background-color: #A42049;
}
</style>
border-color css
<style>
span { border-color: #A42049; }
span { border-color: rgb(164,32,73); }
td.TdClassName
{
border-color: #A42049;
}
.TagClassName
{
border-color: #A42049;
}
</style>