Shades of Lipstick #A71C50
Tints of Lipstick #A71C50
RGB
CMYK
RGB Variations
Color information
#A71C50 (or 0xA71C50) is known color: Lipstick. HEX triplet: A7, 1C and 50. RGB value is (167,28,80). Sum of RGB (Red+Green+Blue) = 167+28+80=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71C50 is #58E3AF. Grayscale: #4B4B4B. Windows color (decimal): -5825456 or 5250215. OLE color: 5250215.
HSL color Cylindrical-coordinate representation of color #A71C50: hue angle of 337.55º degrees, saturation: 0.71, 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 #A71C50 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 80 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.35 |
| HSL | 337.55º | 0.71% | 0.38% | - |
| HSV(B) | 337.55º | 0.83% | 0.65% | - |
| XYZ | 17.8 | 9.63 | 8.51 | - |
| YUV | 75.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 80 | 0 | 0.83 | 0.52 | 0.35 | 337.55 | 0.71 | 0.38 |
| Hex | A7 | 1C | 50 | 0 | 53 | 34 | 23 | 152 | 47 | 26 |
| Octal | 247 | 34 | 120 | 0 | 123 | 64 | 43 | 522 | 107 | 46 |
| Binary | 10100111 | 11100 | 1010000 | 0 | 1010011 | 110100 | 100011 | 101010010 | 1000111 | 100110 |
Color Harmonies of #A71C50
Complementary color
Monochromatic Colors of #A71C50
Black with #A71C50
Text Example
Text Example
White with #A71C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C50; }
p { color: rgb(167,28,80); }
H1.HeaderClassName
{
color: #A71C50;
}
.AnyTagClassName
{
color: #A71C50;
}
</style>
background-color css
<style>
a { background-color: #A71C50; }
a { background-color: rgb(167,28,80); }
div.DivClassName
{
background-color: #A71C50;
}
.BgClassName
{
background-color: #A71C50;
}
</style>
border-color css
<style>
span { border-color: #A71C50; }
span { border-color: rgb(167,28,80); }
td.TdClassName
{
border-color: #A71C50;
}
.TagClassName
{
border-color: #A71C50;
}
</style>