Shades of Lipstick #A81A44
Tints of Lipstick #A81A44
RGB
CMYK
RGB Variations
Color information
#A81A44 (or 0xA81A44) is known color: Lipstick. HEX triplet: A8, 1A and 44. RGB value is (168,26,68). Sum of RGB (Red+Green+Blue) = 168+26+68=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A44 is #57E5BB. Grayscale: #494949. Windows color (decimal): -5760444 or 4463272. OLE color: 4463272.
HSL color Cylindrical-coordinate representation of color #A81A44: hue angle of 342.25º degrees, saturation: 0.73, 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 #A81A44 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 68 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.34 |
| HSL | 342.25º | 0.73% | 0.38% | - |
| HSV(B) | 342.25º | 0.85% | 0.66% | - |
| XYZ | 17.56 | 9.48 | 6.37 | - |
| YUV | 73.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 68 | 0 | 0.85 | 0.60 | 0.34 | 342.25 | 0.73 | 0.38 |
| Hex | A8 | 1A | 44 | 0 | 55 | 3C | 22 | 156 | 49 | 26 |
| Octal | 250 | 32 | 104 | 0 | 125 | 74 | 42 | 526 | 111 | 46 |
| Binary | 10101000 | 11010 | 1000100 | 0 | 1010101 | 111100 | 100010 | 101010110 | 1001001 | 100110 |
Color Harmonies of #A81A44
Complementary color
Monochromatic Colors of #A81A44
Black with #A81A44
Text Example
Text Example
White with #A81A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A44; }
p { color: rgb(168,26,68); }
H1.HeaderClassName
{
color: #A81A44;
}
.AnyTagClassName
{
color: #A81A44;
}
</style>
background-color css
<style>
a { background-color: #A81A44; }
a { background-color: rgb(168,26,68); }
div.DivClassName
{
background-color: #A81A44;
}
.BgClassName
{
background-color: #A81A44;
}
</style>
border-color css
<style>
span { border-color: #A81A44; }
span { border-color: rgb(168,26,68); }
td.TdClassName
{
border-color: #A81A44;
}
.TagClassName
{
border-color: #A81A44;
}
</style>