Shades of Lipstick #A61949
Tints of Lipstick #A61949
RGB
CMYK
RGB Variations
Color information
#A61949 (or 0xA61949) is known color: Lipstick. HEX triplet: A6, 19 and 49. RGB value is (166,25,73). Sum of RGB (Red+Green+Blue) = 166+25+73=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A61949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61949 is #59E6B6. Grayscale: #484848. Windows color (decimal): -5891767 or 4790694. OLE color: 4790694.
HSL color Cylindrical-coordinate representation of color #A61949: hue angle of 339.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61949 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 73 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.35 |
| HSL | 339.57º | 0.74% | 0.37% | - |
| HSV(B) | 339.57º | 0.85% | 0.65% | - |
| XYZ | 17.28 | 9.28 | 7.18 | - |
| YUV | 72.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 73 | 0 | 0.85 | 0.56 | 0.35 | 339.57 | 0.74 | 0.37 |
| Hex | A6 | 19 | 49 | 0 | 55 | 38 | 23 | 154 | 4A | 25 |
| Octal | 246 | 31 | 111 | 0 | 125 | 70 | 43 | 524 | 112 | 45 |
| Binary | 10100110 | 11001 | 1001001 | 0 | 1010101 | 111000 | 100011 | 101010100 | 1001010 | 100101 |
Color Harmonies of #A61949
Complementary color
Monochromatic Colors of #A61949
Black with #A61949
Text Example
Text Example
White with #A61949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61949; }
p { color: rgb(166,25,73); }
H1.HeaderClassName
{
color: #A61949;
}
.AnyTagClassName
{
color: #A61949;
}
</style>
background-color css
<style>
a { background-color: #A61949; }
a { background-color: rgb(166,25,73); }
div.DivClassName
{
background-color: #A61949;
}
.BgClassName
{
background-color: #A61949;
}
</style>
border-color css
<style>
span { border-color: #A61949; }
span { border-color: rgb(166,25,73); }
td.TdClassName
{
border-color: #A61949;
}
.TagClassName
{
border-color: #A61949;
}
</style>