Shades of Lipstick #A4214D
Tints of Lipstick #A4214D
RGB
CMYK
RGB Variations
Color information
#A4214D (or 0xA4214D) is known color: Lipstick. HEX triplet: A4, 21 and 4D. RGB value is (164,33,77). Sum of RGB (Red+Green+Blue) = 164+33+77=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4214D is #5BDEB2. Grayscale: #4D4D4D. Windows color (decimal): -6020787 or 5054884. OLE color: 5054884.
HSL color Cylindrical-coordinate representation of color #A4214D: hue angle of 339.85º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4214D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 77 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.36 |
| HSL | 339.85º | 0.66% | 0.39% | - |
| HSV(B) | 339.85º | 0.8% | 0.64% | - |
| XYZ | 17.19 | 9.52 | 7.95 | - |
| YUV | 77.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 77 | 0 | 0.80 | 0.53 | 0.36 | 339.85 | 0.66 | 0.39 |
| Hex | A4 | 21 | 4D | 0 | 50 | 35 | 24 | 154 | 42 | 27 |
| Octal | 244 | 41 | 115 | 0 | 120 | 65 | 44 | 524 | 102 | 47 |
| Binary | 10100100 | 100001 | 1001101 | 0 | 1010000 | 110101 | 100100 | 101010100 | 1000010 | 100111 |
Color Harmonies of #A4214D
Complementary color
Monochromatic Colors of #A4214D
Black with #A4214D
Text Example
Text Example
White with #A4214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4214D; }
p { color: rgb(164,33,77); }
H1.HeaderClassName
{
color: #A4214D;
}
.AnyTagClassName
{
color: #A4214D;
}
</style>
background-color css
<style>
a { background-color: #A4214D; }
a { background-color: rgb(164,33,77); }
div.DivClassName
{
background-color: #A4214D;
}
.BgClassName
{
background-color: #A4214D;
}
</style>
border-color css
<style>
span { border-color: #A4214D; }
span { border-color: rgb(164,33,77); }
td.TdClassName
{
border-color: #A4214D;
}
.TagClassName
{
border-color: #A4214D;
}
</style>