Shades of Lipstick #A72359
Tints of Lipstick #A72359
RGB
CMYK
RGB Variations
Color information
#A72359 (or 0xA72359) is known color: Lipstick. HEX triplet: A7, 23 and 59. RGB value is (167,35,89). Sum of RGB (Red+Green+Blue) = 167+35+89=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A72359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72359 is #58DCA6. Grayscale: #505050. Windows color (decimal): -5823655 or 5841831. OLE color: 5841831.
HSL color Cylindrical-coordinate representation of color #A72359: hue angle of 335.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72359 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 35 | 89 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.35 |
| HSL | 335.45º | 0.65% | 0.4% | - |
| HSV(B) | 335.45º | 0.79% | 0.65% | - |
| XYZ | 18.34 | 10.14 | 10.44 | - |
| YUV | 80.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 35 | 89 | 0 | 0.79 | 0.47 | 0.35 | 335.45 | 0.65 | 0.4 |
| Hex | A7 | 23 | 59 | 0 | 4F | 2F | 23 | 14F | 41 | 28 |
| Octal | 247 | 43 | 131 | 0 | 117 | 57 | 43 | 517 | 101 | 50 |
| Binary | 10100111 | 100011 | 1011001 | 0 | 1001111 | 101111 | 100011 | 101001111 | 1000001 | 101000 |
Color Harmonies of #A72359
Complementary color
Monochromatic Colors of #A72359
Black with #A72359
Text Example
Text Example
White with #A72359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72359; }
p { color: rgb(167,35,89); }
H1.HeaderClassName
{
color: #A72359;
}
.AnyTagClassName
{
color: #A72359;
}
</style>
background-color css
<style>
a { background-color: #A72359; }
a { background-color: rgb(167,35,89); }
div.DivClassName
{
background-color: #A72359;
}
.BgClassName
{
background-color: #A72359;
}
</style>
border-color css
<style>
span { border-color: #A72359; }
span { border-color: rgb(167,35,89); }
td.TdClassName
{
border-color: #A72359;
}
.TagClassName
{
border-color: #A72359;
}
</style>