Shades of Lipstick #A81B4E
Tints of Lipstick #A81B4E
RGB
CMYK
RGB Variations
Color information
#A81B4E (or 0xA81B4E) is known color: Lipstick. HEX triplet: A8, 1B and 4E. RGB value is (168,27,78). Sum of RGB (Red+Green+Blue) = 168+27+78=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B4E is #57E4B1. Grayscale: #4A4A4A. Windows color (decimal): -5760178 or 5118888. OLE color: 5118888.
HSL color Cylindrical-coordinate representation of color #A81B4E: hue angle of 338.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B4E is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 78 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.34 |
| HSL | 338.3º | 0.72% | 0.38% | - |
| HSV(B) | 338.3º | 0.84% | 0.66% | - |
| XYZ | 17.92 | 9.66 | 8.13 | - |
| YUV | 74.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 78 | 0 | 0.84 | 0.54 | 0.34 | 338.3 | 0.72 | 0.38 |
| Hex | A8 | 1B | 4E | 0 | 54 | 36 | 22 | 152 | 48 | 26 |
| Octal | 250 | 33 | 116 | 0 | 124 | 66 | 42 | 522 | 110 | 46 |
| Binary | 10101000 | 11011 | 1001110 | 0 | 1010100 | 110110 | 100010 | 101010010 | 1001000 | 100110 |
Color Harmonies of #A81B4E
Complementary color
Monochromatic Colors of #A81B4E
Black with #A81B4E
Text Example
Text Example
White with #A81B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B4E; }
p { color: rgb(168,27,78); }
H1.HeaderClassName
{
color: #A81B4E;
}
.AnyTagClassName
{
color: #A81B4E;
}
</style>
background-color css
<style>
a { background-color: #A81B4E; }
a { background-color: rgb(168,27,78); }
div.DivClassName
{
background-color: #A81B4E;
}
.BgClassName
{
background-color: #A81B4E;
}
</style>
border-color css
<style>
span { border-color: #A81B4E; }
span { border-color: rgb(168,27,78); }
td.TdClassName
{
border-color: #A81B4E;
}
.TagClassName
{
border-color: #A81B4E;
}
</style>