Shades of Lipstick #A32D59
Tints of Lipstick #A32D59
RGB
CMYK
RGB Variations
Color information
#A32D59 (or 0xA32D59) is known color: Lipstick. HEX triplet: A3, 2D and 59. RGB value is (163,45,89). Sum of RGB (Red+Green+Blue) = 163+45+89=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32D59 is #5CD2A6. Grayscale: #555555. Windows color (decimal): -6083239 or 5844387. OLE color: 5844387.
HSL color Cylindrical-coordinate representation of color #A32D59: hue angle of 337.63º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32D59 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 89 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.36 |
| HSL | 337.63º | 0.57% | 0.41% | - |
| HSV(B) | 337.63º | 0.72% | 0.64% | - |
| XYZ | 17.85 | 10.38 | 10.52 | - |
| YUV | 85.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 89 | 0 | 0.72 | 0.45 | 0.36 | 337.63 | 0.57 | 0.41 |
| Hex | A3 | 2D | 59 | 0 | 48 | 2D | 24 | 152 | 39 | 29 |
| Octal | 243 | 55 | 131 | 0 | 110 | 55 | 44 | 522 | 71 | 51 |
| Binary | 10100011 | 101101 | 1011001 | 0 | 1001000 | 101101 | 100100 | 101010010 | 111001 | 101001 |
Color Harmonies of #A32D59
Complementary color
Monochromatic Colors of #A32D59
Black with #A32D59
Text Example
Text Example
White with #A32D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D59; }
p { color: rgb(163,45,89); }
H1.HeaderClassName
{
color: #A32D59;
}
.AnyTagClassName
{
color: #A32D59;
}
</style>
background-color css
<style>
a { background-color: #A32D59; }
a { background-color: rgb(163,45,89); }
div.DivClassName
{
background-color: #A32D59;
}
.BgClassName
{
background-color: #A32D59;
}
</style>
border-color css
<style>
span { border-color: #A32D59; }
span { border-color: rgb(163,45,89); }
td.TdClassName
{
border-color: #A32D59;
}
.TagClassName
{
border-color: #A32D59;
}
</style>