Shades of Lipstick #A71D4E
Tints of Lipstick #A71D4E
RGB
CMYK
RGB Variations
Color information
#A71D4E (or 0xA71D4E) is known color: Lipstick. HEX triplet: A7, 1D and 4E. RGB value is (167,29,78). Sum of RGB (Red+Green+Blue) = 167+29+78=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D4E is #58E2B1. Grayscale: #4B4B4B. Windows color (decimal): -5825202 or 5119399. OLE color: 5119399.
HSL color Cylindrical-coordinate representation of color #A71D4E: hue angle of 338.7º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D4E is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 78 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.35 |
| HSL | 338.7º | 0.7% | 0.38% | - |
| HSV(B) | 338.7º | 0.83% | 0.65% | - |
| XYZ | 17.75 | 9.64 | 8.13 | - |
| YUV | 75.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 78 | 0 | 0.83 | 0.53 | 0.35 | 338.7 | 0.7 | 0.38 |
| Hex | A7 | 1D | 4E | 0 | 53 | 35 | 23 | 153 | 46 | 26 |
| Octal | 247 | 35 | 116 | 0 | 123 | 65 | 43 | 523 | 106 | 46 |
| Binary | 10100111 | 11101 | 1001110 | 0 | 1010011 | 110101 | 100011 | 101010011 | 1000110 | 100110 |
Color Harmonies of #A71D4E
Complementary color
Monochromatic Colors of #A71D4E
Black with #A71D4E
Text Example
Text Example
White with #A71D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D4E; }
p { color: rgb(167,29,78); }
H1.HeaderClassName
{
color: #A71D4E;
}
.AnyTagClassName
{
color: #A71D4E;
}
</style>
background-color css
<style>
a { background-color: #A71D4E; }
a { background-color: rgb(167,29,78); }
div.DivClassName
{
background-color: #A71D4E;
}
.BgClassName
{
background-color: #A71D4E;
}
</style>
border-color css
<style>
span { border-color: #A71D4E; }
span { border-color: rgb(167,29,78); }
td.TdClassName
{
border-color: #A71D4E;
}
.TagClassName
{
border-color: #A71D4E;
}
</style>