Shades of Lipstick #A71B4F
Tints of Lipstick #A71B4F
RGB
CMYK
RGB Variations
Color information
#A71B4F (or 0xA71B4F) is known color: Lipstick. HEX triplet: A7, 1B and 4F. RGB value is (167,27,79). Sum of RGB (Red+Green+Blue) = 167+27+79=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71B4F is #58E4B0. Grayscale: #4A4A4A. Windows color (decimal): -5825713 or 5184423. OLE color: 5184423.
HSL color Cylindrical-coordinate representation of color #A71B4F: hue angle of 337.71º degrees, saturation: 0.72, 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 #A71B4F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 27 | 79 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.35 |
| HSL | 337.71º | 0.72% | 0.38% | - |
| HSV(B) | 337.71º | 0.84% | 0.65% | - |
| XYZ | 17.74 | 9.56 | 8.31 | - |
| YUV | 74.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 79 | 0 | 0.84 | 0.53 | 0.35 | 337.71 | 0.72 | 0.38 |
| Hex | A7 | 1B | 4F | 0 | 54 | 35 | 23 | 152 | 48 | 26 |
| Octal | 247 | 33 | 117 | 0 | 124 | 65 | 43 | 522 | 110 | 46 |
| Binary | 10100111 | 11011 | 1001111 | 0 | 1010100 | 110101 | 100011 | 101010010 | 1001000 | 100110 |
Color Harmonies of #A71B4F
Complementary color
Monochromatic Colors of #A71B4F
Black with #A71B4F
Text Example
Text Example
White with #A71B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71B4F; }
p { color: rgb(167,27,79); }
H1.HeaderClassName
{
color: #A71B4F;
}
.AnyTagClassName
{
color: #A71B4F;
}
</style>
background-color css
<style>
a { background-color: #A71B4F; }
a { background-color: rgb(167,27,79); }
div.DivClassName
{
background-color: #A71B4F;
}
.BgClassName
{
background-color: #A71B4F;
}
</style>
border-color css
<style>
span { border-color: #A71B4F; }
span { border-color: rgb(167,27,79); }
td.TdClassName
{
border-color: #A71B4F;
}
.TagClassName
{
border-color: #A71B4F;
}
</style>