Shades of Lipstick #A32D4C
Tints of Lipstick #A32D4C
RGB
CMYK
RGB Variations
Color information
#A32D4C (or 0xA32D4C) is known color: Lipstick. HEX triplet: A3, 2D and 4C. RGB value is (163,45,76). Sum of RGB (Red+Green+Blue) = 163+45+76=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D4C is #5CD2B3. Grayscale: #535353. Windows color (decimal): -6083252 or 4992419. OLE color: 4992419.
HSL color Cylindrical-coordinate representation of color #A32D4C: hue angle of 344.24º 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 #A32D4C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 76 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.36 |
| HSL | 344.24º | 0.57% | 0.41% | - |
| HSV(B) | 344.24º | 0.72% | 0.64% | - |
| XYZ | 17.35 | 10.19 | 7.89 | - |
| YUV | 83.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 76 | 0 | 0.72 | 0.53 | 0.36 | 344.24 | 0.57 | 0.41 |
| Hex | A3 | 2D | 4C | 0 | 48 | 35 | 24 | 158 | 39 | 29 |
| Octal | 243 | 55 | 114 | 0 | 110 | 65 | 44 | 530 | 71 | 51 |
| Binary | 10100011 | 101101 | 1001100 | 0 | 1001000 | 110101 | 100100 | 101011000 | 111001 | 101001 |
Color Harmonies of #A32D4C
Complementary color
Monochromatic Colors of #A32D4C
Black with #A32D4C
Text Example
Text Example
White with #A32D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D4C; }
p { color: rgb(163,45,76); }
H1.HeaderClassName
{
color: #A32D4C;
}
.AnyTagClassName
{
color: #A32D4C;
}
</style>
background-color css
<style>
a { background-color: #A32D4C; }
a { background-color: rgb(163,45,76); }
div.DivClassName
{
background-color: #A32D4C;
}
.BgClassName
{
background-color: #A32D4C;
}
</style>
border-color css
<style>
span { border-color: #A32D4C; }
span { border-color: rgb(163,45,76); }
td.TdClassName
{
border-color: #A32D4C;
}
.TagClassName
{
border-color: #A32D4C;
}
</style>