Shades of Lipstick #A7224E
Tints of Lipstick #A7224E
RGB
CMYK
RGB Variations
Color information
#A7224E (or 0xA7224E) is known color: Lipstick. HEX triplet: A7, 22 and 4E. RGB value is (167,34,78). Sum of RGB (Red+Green+Blue) = 167+34+78=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7224E is #58DDB1. Grayscale: #4E4E4E. Windows color (decimal): -5823922 or 5120679. OLE color: 5120679.
HSL color Cylindrical-coordinate representation of color #A7224E: hue angle of 340.15º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7224E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 34 | 78 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.35 |
| HSL | 340.15º | 0.66% | 0.39% | - |
| HSV(B) | 340.15º | 0.8% | 0.65% | - |
| XYZ | 17.88 | 9.91 | 8.18 | - |
| YUV | 78.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 78 | 0 | 0.80 | 0.53 | 0.35 | 340.15 | 0.66 | 0.39 |
| Hex | A7 | 22 | 4E | 0 | 50 | 35 | 23 | 154 | 42 | 27 |
| Octal | 247 | 42 | 116 | 0 | 120 | 65 | 43 | 524 | 102 | 47 |
| Binary | 10100111 | 100010 | 1001110 | 0 | 1010000 | 110101 | 100011 | 101010100 | 1000010 | 100111 |
Color Harmonies of #A7224E
Complementary color
Monochromatic Colors of #A7224E
Black with #A7224E
Text Example
Text Example
White with #A7224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7224E; }
p { color: rgb(167,34,78); }
H1.HeaderClassName
{
color: #A7224E;
}
.AnyTagClassName
{
color: #A7224E;
}
</style>
background-color css
<style>
a { background-color: #A7224E; }
a { background-color: rgb(167,34,78); }
div.DivClassName
{
background-color: #A7224E;
}
.BgClassName
{
background-color: #A7224E;
}
</style>
border-color css
<style>
span { border-color: #A7224E; }
span { border-color: rgb(167,34,78); }
td.TdClassName
{
border-color: #A7224E;
}
.TagClassName
{
border-color: #A7224E;
}
</style>