Shades of Lipstick #A81949
Tints of Lipstick #A81949
RGB
CMYK
RGB Variations
Color information
#A81949 (or 0xA81949) is known color: Lipstick. HEX triplet: A8, 19 and 49. RGB value is (168,25,73). Sum of RGB (Red+Green+Blue) = 168+25+73=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A81949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81949 is #57E6B6. Grayscale: #494949. Windows color (decimal): -5760695 or 4790696. OLE color: 4790696.
HSL color Cylindrical-coordinate representation of color #A81949: hue angle of 339.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81949 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 73 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.34 |
| HSL | 339.86º | 0.74% | 0.38% | - |
| HSV(B) | 339.86º | 0.85% | 0.66% | - |
| XYZ | 17.7 | 9.5 | 7.2 | - |
| YUV | 73.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 73 | 0 | 0.85 | 0.57 | 0.34 | 339.86 | 0.74 | 0.38 |
| Hex | A8 | 19 | 49 | 0 | 55 | 39 | 22 | 154 | 4A | 26 |
| Octal | 250 | 31 | 111 | 0 | 125 | 71 | 42 | 524 | 112 | 46 |
| Binary | 10101000 | 11001 | 1001001 | 0 | 1010101 | 111001 | 100010 | 101010100 | 1001010 | 100110 |
Color Harmonies of #A81949
Complementary color
Monochromatic Colors of #A81949
Black with #A81949
Text Example
Text Example
White with #A81949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81949; }
p { color: rgb(168,25,73); }
H1.HeaderClassName
{
color: #A81949;
}
.AnyTagClassName
{
color: #A81949;
}
</style>
background-color css
<style>
a { background-color: #A81949; }
a { background-color: rgb(168,25,73); }
div.DivClassName
{
background-color: #A81949;
}
.BgClassName
{
background-color: #A81949;
}
</style>
border-color css
<style>
span { border-color: #A81949; }
span { border-color: rgb(168,25,73); }
td.TdClassName
{
border-color: #A81949;
}
.TagClassName
{
border-color: #A81949;
}
</style>