Shades of Lipstick #A72B51
Tints of Lipstick #A72B51
RGB
CMYK
RGB Variations
Color information
#A72B51 (or 0xA72B51) is known color: Lipstick. HEX triplet: A7, 2B and 51. RGB value is (167,43,81). Sum of RGB (Red+Green+Blue) = 167+43+81=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72B51 is #58D4AE. Grayscale: #545454. Windows color (decimal): -5821615 or 5319591. OLE color: 5319591.
HSL color Cylindrical-coordinate representation of color #A72B51: hue angle of 341.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72B51 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 43 | 81 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.35 |
| HSL | 341.61º | 0.59% | 0.41% | - |
| HSV(B) | 341.61º | 0.74% | 0.65% | - |
| XYZ | 18.29 | 10.54 | 8.85 | - |
| YUV | 84.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 43 | 81 | 0 | 0.74 | 0.51 | 0.35 | 341.61 | 0.59 | 0.41 |
| Hex | A7 | 2B | 51 | 0 | 4A | 33 | 23 | 156 | 3B | 29 |
| Octal | 247 | 53 | 121 | 0 | 112 | 63 | 43 | 526 | 73 | 51 |
| Binary | 10100111 | 101011 | 1010001 | 0 | 1001010 | 110011 | 100011 | 101010110 | 111011 | 101001 |
Color Harmonies of #A72B51
Complementary color
Monochromatic Colors of #A72B51
Black with #A72B51
Text Example
Text Example
White with #A72B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72B51; }
p { color: rgb(167,43,81); }
H1.HeaderClassName
{
color: #A72B51;
}
.AnyTagClassName
{
color: #A72B51;
}
</style>
background-color css
<style>
a { background-color: #A72B51; }
a { background-color: rgb(167,43,81); }
div.DivClassName
{
background-color: #A72B51;
}
.BgClassName
{
background-color: #A72B51;
}
</style>
border-color css
<style>
span { border-color: #A72B51; }
span { border-color: rgb(167,43,81); }
td.TdClassName
{
border-color: #A72B51;
}
.TagClassName
{
border-color: #A72B51;
}
</style>