Shades of Lipstick #A71E4C
Tints of Lipstick #A71E4C
RGB
CMYK
RGB Variations
Color information
#A71E4C (or 0xA71E4C) is known color: Lipstick. HEX triplet: A7, 1E and 4C. RGB value is (167,30,76). Sum of RGB (Red+Green+Blue) = 167+30+76=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E4C is #58E1B3. Grayscale: #4C4C4C. Windows color (decimal): -5824948 or 4988583. OLE color: 4988583.
HSL color Cylindrical-coordinate representation of color #A71E4C: hue angle of 339.85º 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 #A71E4C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 30 | 76 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.35 |
| HSL | 339.85º | 0.7% | 0.39% | - |
| HSV(B) | 339.85º | 0.82% | 0.65% | - |
| XYZ | 17.71 | 9.67 | 7.77 | - |
| YUV | 76.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 76 | 0 | 0.82 | 0.54 | 0.35 | 339.85 | 0.7 | 0.39 |
| Hex | A7 | 1E | 4C | 0 | 52 | 36 | 23 | 154 | 46 | 27 |
| Octal | 247 | 36 | 114 | 0 | 122 | 66 | 43 | 524 | 106 | 47 |
| Binary | 10100111 | 11110 | 1001100 | 0 | 1010010 | 110110 | 100011 | 101010100 | 1000110 | 100111 |
Color Harmonies of #A71E4C
Complementary color
Monochromatic Colors of #A71E4C
Black with #A71E4C
Text Example
Text Example
White with #A71E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71E4C; }
p { color: rgb(167,30,76); }
H1.HeaderClassName
{
color: #A71E4C;
}
.AnyTagClassName
{
color: #A71E4C;
}
</style>
background-color css
<style>
a { background-color: #A71E4C; }
a { background-color: rgb(167,30,76); }
div.DivClassName
{
background-color: #A71E4C;
}
.BgClassName
{
background-color: #A71E4C;
}
</style>
border-color css
<style>
span { border-color: #A71E4C; }
span { border-color: rgb(167,30,76); }
td.TdClassName
{
border-color: #A71E4C;
}
.TagClassName
{
border-color: #A71E4C;
}
</style>