Shades of Lipstick #A71A4D
Tints of Lipstick #A71A4D
RGB
CMYK
RGB Variations
Color information
#A71A4D (or 0xA71A4D) is known color: Lipstick. HEX triplet: A7, 1A and 4D. RGB value is (167,26,77). Sum of RGB (Red+Green+Blue) = 167+26+77=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71A4D is #58E5B2. Grayscale: #494949. Windows color (decimal): -5825971 or 5053095. OLE color: 5053095.
HSL color Cylindrical-coordinate representation of color #A71A4D: hue angle of 338.3º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71A4D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 26 | 77 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.35 |
| HSL | 338.3º | 0.73% | 0.38% | - |
| HSV(B) | 338.3º | 0.84% | 0.65% | - |
| XYZ | 17.65 | 9.49 | 7.92 | - |
| YUV | 73.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 26 | 77 | 0 | 0.84 | 0.54 | 0.35 | 338.3 | 0.73 | 0.38 |
| Hex | A7 | 1A | 4D | 0 | 54 | 36 | 23 | 152 | 49 | 26 |
| Octal | 247 | 32 | 115 | 0 | 124 | 66 | 43 | 522 | 111 | 46 |
| Binary | 10100111 | 11010 | 1001101 | 0 | 1010100 | 110110 | 100011 | 101010010 | 1001001 | 100110 |
Color Harmonies of #A71A4D
Complementary color
Monochromatic Colors of #A71A4D
Black with #A71A4D
Text Example
Text Example
White with #A71A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71A4D; }
p { color: rgb(167,26,77); }
H1.HeaderClassName
{
color: #A71A4D;
}
.AnyTagClassName
{
color: #A71A4D;
}
</style>
background-color css
<style>
a { background-color: #A71A4D; }
a { background-color: rgb(167,26,77); }
div.DivClassName
{
background-color: #A71A4D;
}
.BgClassName
{
background-color: #A71A4D;
}
</style>
border-color css
<style>
span { border-color: #A71A4D; }
span { border-color: rgb(167,26,77); }
td.TdClassName
{
border-color: #A71A4D;
}
.TagClassName
{
border-color: #A71A4D;
}
</style>