Shades of Lipstick #A71E4E
Tints of Lipstick #A71E4E
RGB
CMYK
RGB Variations
Color information
#A71E4E (or 0xA71E4E) is known color: Lipstick. HEX triplet: A7, 1E and 4E. RGB value is (167,30,78). Sum of RGB (Red+Green+Blue) = 167+30+78=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71E4E is #58E1B1. Grayscale: #4C4C4C. Windows color (decimal): -5824946 or 5119655. OLE color: 5119655.
HSL color Cylindrical-coordinate representation of color #A71E4E: hue angle of 338.98º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E4E is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 30 | 78 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.35 |
| HSL | 338.98º | 0.7% | 0.39% | - |
| HSV(B) | 338.98º | 0.82% | 0.65% | - |
| XYZ | 17.78 | 9.69 | 8.14 | - |
| YUV | 76.44 | 128.89 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 78 | 0 | 0.82 | 0.53 | 0.35 | 338.98 | 0.7 | 0.39 |
| Hex | A7 | 1E | 4E | 0 | 52 | 35 | 23 | 153 | 46 | 27 |
| Octal | 247 | 36 | 116 | 0 | 122 | 65 | 43 | 523 | 106 | 47 |
| Binary | 10100111 | 11110 | 1001110 | 0 | 1010010 | 110101 | 100011 | 101010011 | 1000110 | 100111 |
Color Harmonies of #A71E4E
Complementary color
Monochromatic Colors of #A71E4E
Black with #A71E4E
Text Example
Text Example
White with #A71E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71E4E; }
p { color: rgb(167,30,78); }
H1.HeaderClassName
{
color: #A71E4E;
}
.AnyTagClassName
{
color: #A71E4E;
}
</style>
background-color css
<style>
a { background-color: #A71E4E; }
a { background-color: rgb(167,30,78); }
div.DivClassName
{
background-color: #A71E4E;
}
.BgClassName
{
background-color: #A71E4E;
}
</style>
border-color css
<style>
span { border-color: #A71E4E; }
span { border-color: rgb(167,30,78); }
td.TdClassName
{
border-color: #A71E4E;
}
.TagClassName
{
border-color: #A71E4E;
}
</style>