Shades of Lipstick #A72E58
Tints of Lipstick #A72E58
RGB
CMYK
RGB Variations
Color information
#A72E58 (or 0xA72E58) is known color: Lipstick. HEX triplet: A7, 2E and 58. RGB value is (167,46,88). Sum of RGB (Red+Green+Blue) = 167+46+88=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E58 is #58D1A7. Grayscale: #565656. Windows color (decimal): -5820840 or 5779111. OLE color: 5779111.
HSL color Cylindrical-coordinate representation of color #A72E58: hue angle of 339.17º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E58 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 88 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.35 |
| HSL | 339.17º | 0.57% | 0.42% | - |
| HSV(B) | 339.17º | 0.72% | 0.65% | - |
| XYZ | 18.67 | 10.87 | 10.35 | - |
| YUV | 86.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 88 | 0 | 0.72 | 0.47 | 0.35 | 339.17 | 0.57 | 0.42 |
| Hex | A7 | 2E | 58 | 0 | 48 | 2F | 23 | 153 | 39 | 2A |
| Octal | 247 | 56 | 130 | 0 | 110 | 57 | 43 | 523 | 71 | 52 |
| Binary | 10100111 | 101110 | 1011000 | 0 | 1001000 | 101111 | 100011 | 101010011 | 111001 | 101010 |
Color Harmonies of #A72E58
Complementary color
Monochromatic Colors of #A72E58
Black with #A72E58
Text Example
Text Example
White with #A72E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E58; }
p { color: rgb(167,46,88); }
H1.HeaderClassName
{
color: #A72E58;
}
.AnyTagClassName
{
color: #A72E58;
}
</style>
background-color css
<style>
a { background-color: #A72E58; }
a { background-color: rgb(167,46,88); }
div.DivClassName
{
background-color: #A72E58;
}
.BgClassName
{
background-color: #A72E58;
}
</style>
border-color css
<style>
span { border-color: #A72E58; }
span { border-color: rgb(167,46,88); }
td.TdClassName
{
border-color: #A72E58;
}
.TagClassName
{
border-color: #A72E58;
}
</style>