Shades of Lipstick #A81C4D
Tints of Lipstick #A81C4D
RGB
CMYK
RGB Variations
Color information
#A81C4D (or 0xA81C4D) is known color: Lipstick. HEX triplet: A8, 1C and 4D. RGB value is (168,28,77). Sum of RGB (Red+Green+Blue) = 168+28+77=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C4D is #57E3B2. Grayscale: #4B4B4B. Windows color (decimal): -5759923 or 5053608. OLE color: 5053608.
HSL color Cylindrical-coordinate representation of color #A81C4D: hue angle of 339º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C4D is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 77 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.34 |
| HSL | 339º | 0.71% | 0.38% | - |
| HSV(B) | 339º | 0.83% | 0.66% | - |
| XYZ | 17.9 | 9.69 | 7.95 | - |
| YUV | 75.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 77 | 0 | 0.83 | 0.54 | 0.34 | 339 | 0.71 | 0.38 |
| Hex | A8 | 1C | 4D | 0 | 53 | 36 | 22 | 153 | 47 | 26 |
| Octal | 250 | 34 | 115 | 0 | 123 | 66 | 42 | 523 | 107 | 46 |
| Binary | 10101000 | 11100 | 1001101 | 0 | 1010011 | 110110 | 100010 | 101010011 | 1000111 | 100110 |
Color Harmonies of #A81C4D
Complementary color
Monochromatic Colors of #A81C4D
Black with #A81C4D
Text Example
Text Example
White with #A81C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C4D; }
p { color: rgb(168,28,77); }
H1.HeaderClassName
{
color: #A81C4D;
}
.AnyTagClassName
{
color: #A81C4D;
}
</style>
background-color css
<style>
a { background-color: #A81C4D; }
a { background-color: rgb(168,28,77); }
div.DivClassName
{
background-color: #A81C4D;
}
.BgClassName
{
background-color: #A81C4D;
}
</style>
border-color css
<style>
span { border-color: #A81C4D; }
span { border-color: rgb(168,28,77); }
td.TdClassName
{
border-color: #A81C4D;
}
.TagClassName
{
border-color: #A81C4D;
}
</style>