Shades of Lipstick #A62950
Tints of Lipstick #A62950
RGB
CMYK
RGB Variations
Color information
#A62950 (or 0xA62950) is known color: Lipstick. HEX triplet: A6, 29 and 50. RGB value is (166,41,80). Sum of RGB (Red+Green+Blue) = 166+41+80=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A62950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62950 is #59D6AF. Grayscale: #525252. Windows color (decimal): -5887664 or 5253542. OLE color: 5253542.
HSL color Cylindrical-coordinate representation of color #A62950: hue angle of 341.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62950 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 80 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.35 |
| HSL | 341.28º | 0.6% | 0.41% | - |
| HSV(B) | 341.28º | 0.75% | 0.65% | - |
| XYZ | 17.97 | 10.27 | 8.63 | - |
| YUV | 82.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 80 | 0 | 0.75 | 0.52 | 0.35 | 341.28 | 0.6 | 0.41 |
| Hex | A6 | 29 | 50 | 0 | 4B | 34 | 23 | 155 | 3C | 29 |
| Octal | 246 | 51 | 120 | 0 | 113 | 64 | 43 | 525 | 74 | 51 |
| Binary | 10100110 | 101001 | 1010000 | 0 | 1001011 | 110100 | 100011 | 101010101 | 111100 | 101001 |
Color Harmonies of #A62950
Complementary color
Monochromatic Colors of #A62950
Black with #A62950
Text Example
Text Example
White with #A62950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62950; }
p { color: rgb(166,41,80); }
H1.HeaderClassName
{
color: #A62950;
}
.AnyTagClassName
{
color: #A62950;
}
</style>
background-color css
<style>
a { background-color: #A62950; }
a { background-color: rgb(166,41,80); }
div.DivClassName
{
background-color: #A62950;
}
.BgClassName
{
background-color: #A62950;
}
</style>
border-color css
<style>
span { border-color: #A62950; }
span { border-color: rgb(166,41,80); }
td.TdClassName
{
border-color: #A62950;
}
.TagClassName
{
border-color: #A62950;
}
</style>