Shades of Lipstick #A62049
Tints of Lipstick #A62049
RGB
CMYK
RGB Variations
Color information
#A62049 (or 0xA62049) is known color: Lipstick. HEX triplet: A6, 20 and 49. RGB value is (166,32,73). Sum of RGB (Red+Green+Blue) = 166+32+73=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A62049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62049 is #59DFB6. Grayscale: #4C4C4C. Windows color (decimal): -5889975 or 4792486. OLE color: 4792486.
HSL color Cylindrical-coordinate representation of color #A62049: hue angle of 341.64º 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 #A62049 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 73 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.35 |
| HSL | 341.64º | 0.68% | 0.39% | - |
| HSV(B) | 341.64º | 0.81% | 0.65% | - |
| XYZ | 17.45 | 9.62 | 7.24 | - |
| YUV | 76.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 73 | 0 | 0.81 | 0.56 | 0.35 | 341.64 | 0.68 | 0.39 |
| Hex | A6 | 20 | 49 | 0 | 51 | 38 | 23 | 156 | 44 | 27 |
| Octal | 246 | 40 | 111 | 0 | 121 | 70 | 43 | 526 | 104 | 47 |
| Binary | 10100110 | 100000 | 1001001 | 0 | 1010001 | 111000 | 100011 | 101010110 | 1000100 | 100111 |
Color Harmonies of #A62049
Complementary color
Monochromatic Colors of #A62049
Black with #A62049
Text Example
Text Example
White with #A62049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62049; }
p { color: rgb(166,32,73); }
H1.HeaderClassName
{
color: #A62049;
}
.AnyTagClassName
{
color: #A62049;
}
</style>
background-color css
<style>
a { background-color: #A62049; }
a { background-color: rgb(166,32,73); }
div.DivClassName
{
background-color: #A62049;
}
.BgClassName
{
background-color: #A62049;
}
</style>
border-color css
<style>
span { border-color: #A62049; }
span { border-color: rgb(166,32,73); }
td.TdClassName
{
border-color: #A62049;
}
.TagClassName
{
border-color: #A62049;
}
</style>