Shades of Lipstick #A62449
Tints of Lipstick #A62449
RGB
CMYK
RGB Variations
Color information
#A62449 (or 0xA62449) is known color: Lipstick. HEX triplet: A6, 24 and 49. RGB value is (166,36,73). Sum of RGB (Red+Green+Blue) = 166+36+73=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A62449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62449 is #59DBB6. Grayscale: #4F4F4F. Windows color (decimal): -5888951 or 4793510. OLE color: 4793510.
HSL color Cylindrical-coordinate representation of color #A62449: hue angle of 342.92º degrees, saturation: 0.64, 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 #A62449 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 73 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.35 |
| HSL | 342.92º | 0.64% | 0.4% | - |
| HSV(B) | 342.92º | 0.78% | 0.65% | - |
| XYZ | 17.56 | 9.85 | 7.28 | - |
| YUV | 79.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 73 | 0 | 0.78 | 0.56 | 0.35 | 342.92 | 0.64 | 0.4 |
| Hex | A6 | 24 | 49 | 0 | 4E | 38 | 23 | 157 | 40 | 28 |
| Octal | 246 | 44 | 111 | 0 | 116 | 70 | 43 | 527 | 100 | 50 |
| Binary | 10100110 | 100100 | 1001001 | 0 | 1001110 | 111000 | 100011 | 101010111 | 1000000 | 101000 |
Color Harmonies of #A62449
Complementary color
Monochromatic Colors of #A62449
Black with #A62449
Text Example
Text Example
White with #A62449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62449; }
p { color: rgb(166,36,73); }
H1.HeaderClassName
{
color: #A62449;
}
.AnyTagClassName
{
color: #A62449;
}
</style>
background-color css
<style>
a { background-color: #A62449; }
a { background-color: rgb(166,36,73); }
div.DivClassName
{
background-color: #A62449;
}
.BgClassName
{
background-color: #A62449;
}
</style>
border-color css
<style>
span { border-color: #A62449; }
span { border-color: rgb(166,36,73); }
td.TdClassName
{
border-color: #A62449;
}
.TagClassName
{
border-color: #A62449;
}
</style>