Shades of Lipstick #A32D4F
Tints of Lipstick #A32D4F
RGB
CMYK
RGB Variations
Color information
#A32D4F (or 0xA32D4F) is known color: Lipstick. HEX triplet: A3, 2D and 4F. RGB value is (163,45,79). Sum of RGB (Red+Green+Blue) = 163+45+79=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32D4F is #5CD2B0. Grayscale: #545454. Windows color (decimal): -6083249 or 5189027. OLE color: 5189027.
HSL color Cylindrical-coordinate representation of color #A32D4F: hue angle of 342.71º 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 #A32D4F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 79 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.36 |
| HSL | 342.71º | 0.57% | 0.41% | - |
| HSV(B) | 342.71º | 0.72% | 0.64% | - |
| XYZ | 17.45 | 10.23 | 8.45 | - |
| YUV | 84.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 79 | 0 | 0.72 | 0.52 | 0.36 | 342.71 | 0.57 | 0.41 |
| Hex | A3 | 2D | 4F | 0 | 48 | 34 | 24 | 157 | 39 | 29 |
| Octal | 243 | 55 | 117 | 0 | 110 | 64 | 44 | 527 | 71 | 51 |
| Binary | 10100011 | 101101 | 1001111 | 0 | 1001000 | 110100 | 100100 | 101010111 | 111001 | 101001 |
Color Harmonies of #A32D4F
Complementary color
Monochromatic Colors of #A32D4F
Black with #A32D4F
Text Example
Text Example
White with #A32D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D4F; }
p { color: rgb(163,45,79); }
H1.HeaderClassName
{
color: #A32D4F;
}
.AnyTagClassName
{
color: #A32D4F;
}
</style>
background-color css
<style>
a { background-color: #A32D4F; }
a { background-color: rgb(163,45,79); }
div.DivClassName
{
background-color: #A32D4F;
}
.BgClassName
{
background-color: #A32D4F;
}
</style>
border-color css
<style>
span { border-color: #A32D4F; }
span { border-color: rgb(163,45,79); }
td.TdClassName
{
border-color: #A32D4F;
}
.TagClassName
{
border-color: #A32D4F;
}
</style>