Shades of Lipstick #A32945
Tints of Lipstick #A32945
RGB
CMYK
RGB Variations
Color information
#A32945 (or 0xA32945) is known color: Lipstick. HEX triplet: A3, 29 and 45. RGB value is (163,41,69). Sum of RGB (Red+Green+Blue) = 163+41+69=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A32945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32945 is #5CD6BA. Grayscale: #505050. Windows color (decimal): -6084283 or 4532643. OLE color: 4532643.
HSL color Cylindrical-coordinate representation of color #A32945: hue angle of 346.23º degrees, saturation: 0.6, 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 #A32945 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 69 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.36 |
| HSL | 346.23º | 0.6% | 0.4% | - |
| HSV(B) | 346.23º | 0.75% | 0.64% | - |
| XYZ | 16.97 | 9.8 | 6.63 | - |
| YUV | 80.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 69 | 0 | 0.75 | 0.58 | 0.36 | 346.23 | 0.6 | 0.4 |
| Hex | A3 | 29 | 45 | 0 | 4B | 3A | 24 | 15A | 3C | 28 |
| Octal | 243 | 51 | 105 | 0 | 113 | 72 | 44 | 532 | 74 | 50 |
| Binary | 10100011 | 101001 | 1000101 | 0 | 1001011 | 111010 | 100100 | 101011010 | 111100 | 101000 |
Color Harmonies of #A32945
Complementary color
Monochromatic Colors of #A32945
Black with #A32945
Text Example
Text Example
White with #A32945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32945; }
p { color: rgb(163,41,69); }
H1.HeaderClassName
{
color: #A32945;
}
.AnyTagClassName
{
color: #A32945;
}
</style>
background-color css
<style>
a { background-color: #A32945; }
a { background-color: rgb(163,41,69); }
div.DivClassName
{
background-color: #A32945;
}
.BgClassName
{
background-color: #A32945;
}
</style>
border-color css
<style>
span { border-color: #A32945; }
span { border-color: rgb(163,41,69); }
td.TdClassName
{
border-color: #A32945;
}
.TagClassName
{
border-color: #A32945;
}
</style>