Shades of Lipstick #A32845
Tints of Lipstick #A32845
RGB
CMYK
RGB Variations
Color information
#A32845 (or 0xA32845) is known color: Lipstick. HEX triplet: A3, 28 and 45. RGB value is (163,40,69). Sum of RGB (Red+Green+Blue) = 163+40+69=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A32845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32845 is #5CD7BA. Grayscale: #505050. Windows color (decimal): -6084539 or 4532387. OLE color: 4532387.
HSL color Cylindrical-coordinate representation of color #A32845: hue angle of 345.85º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32845 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 69 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.36 |
| HSL | 345.85º | 0.61% | 0.4% | - |
| HSV(B) | 345.85º | 0.75% | 0.64% | - |
| XYZ | 16.94 | 9.73 | 6.62 | - |
| YUV | 80.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 69 | 0 | 0.75 | 0.58 | 0.36 | 345.85 | 0.61 | 0.4 |
| Hex | A3 | 28 | 45 | 0 | 4B | 3A | 24 | 15A | 3D | 28 |
| Octal | 243 | 50 | 105 | 0 | 113 | 72 | 44 | 532 | 75 | 50 |
| Binary | 10100011 | 101000 | 1000101 | 0 | 1001011 | 111010 | 100100 | 101011010 | 111101 | 101000 |
Color Harmonies of #A32845
Complementary color
Monochromatic Colors of #A32845
Black with #A32845
Text Example
Text Example
White with #A32845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32845; }
p { color: rgb(163,40,69); }
H1.HeaderClassName
{
color: #A32845;
}
.AnyTagClassName
{
color: #A32845;
}
</style>
background-color css
<style>
a { background-color: #A32845; }
a { background-color: rgb(163,40,69); }
div.DivClassName
{
background-color: #A32845;
}
.BgClassName
{
background-color: #A32845;
}
</style>
border-color css
<style>
span { border-color: #A32845; }
span { border-color: rgb(163,40,69); }
td.TdClassName
{
border-color: #A32845;
}
.TagClassName
{
border-color: #A32845;
}
</style>