Shades of Lipstick #A71F51
Tints of Lipstick #A71F51
RGB
CMYK
RGB Variations
Color information
#A71F51 (or 0xA71F51) is known color: Lipstick. HEX triplet: A7, 1F and 51. RGB value is (167,31,81). Sum of RGB (Red+Green+Blue) = 167+31+81=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71F51 is #58E0AE. Grayscale: #4D4D4D. Windows color (decimal): -5824687 or 5316519. OLE color: 5316519.
HSL color Cylindrical-coordinate representation of color #A71F51: hue angle of 337.94º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A71F51 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 31 | 81 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.35 |
| HSL | 337.94º | 0.69% | 0.39% | - |
| HSV(B) | 337.94º | 0.81% | 0.65% | - |
| XYZ | 17.91 | 9.79 | 8.73 | - |
| YUV | 77.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 81 | 0 | 0.81 | 0.51 | 0.35 | 337.94 | 0.69 | 0.39 |
| Hex | A7 | 1F | 51 | 0 | 51 | 33 | 23 | 152 | 45 | 27 |
| Octal | 247 | 37 | 121 | 0 | 121 | 63 | 43 | 522 | 105 | 47 |
| Binary | 10100111 | 11111 | 1010001 | 0 | 1010001 | 110011 | 100011 | 101010010 | 1000101 | 100111 |
Color Harmonies of #A71F51
Complementary color
Monochromatic Colors of #A71F51
Black with #A71F51
Text Example
Text Example
White with #A71F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71F51; }
p { color: rgb(167,31,81); }
H1.HeaderClassName
{
color: #A71F51;
}
.AnyTagClassName
{
color: #A71F51;
}
</style>
background-color css
<style>
a { background-color: #A71F51; }
a { background-color: rgb(167,31,81); }
div.DivClassName
{
background-color: #A71F51;
}
.BgClassName
{
background-color: #A71F51;
}
</style>
border-color css
<style>
span { border-color: #A71F51; }
span { border-color: rgb(167,31,81); }
td.TdClassName
{
border-color: #A71F51;
}
.TagClassName
{
border-color: #A71F51;
}
</style>