Shades of Lipstick #A32744
Tints of Lipstick #A32744
RGB
CMYK
RGB Variations
Color information
#A32744 (or 0xA32744) is known color: Lipstick. HEX triplet: A3, 27 and 44. RGB value is (163,39,68). Sum of RGB (Red+Green+Blue) = 163+39+68=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A32744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32744 is #5CD8BB. Grayscale: #4F4F4F. Windows color (decimal): -6084796 or 4466595. OLE color: 4466595.
HSL color Cylindrical-coordinate representation of color #A32744: hue angle of 345.97º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32744 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 68 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.36 |
| HSL | 345.97º | 0.61% | 0.4% | - |
| HSV(B) | 345.97º | 0.76% | 0.64% | - |
| XYZ | 16.87 | 9.65 | 6.44 | - |
| YUV | 79.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 68 | 0 | 0.76 | 0.58 | 0.36 | 345.97 | 0.61 | 0.4 |
| Hex | A3 | 27 | 44 | 0 | 4C | 3A | 24 | 15A | 3D | 28 |
| Octal | 243 | 47 | 104 | 0 | 114 | 72 | 44 | 532 | 75 | 50 |
| Binary | 10100011 | 100111 | 1000100 | 0 | 1001100 | 111010 | 100100 | 101011010 | 111101 | 101000 |
Color Harmonies of #A32744
Complementary color
Monochromatic Colors of #A32744
Black with #A32744
Text Example
Text Example
White with #A32744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32744; }
p { color: rgb(163,39,68); }
H1.HeaderClassName
{
color: #A32744;
}
.AnyTagClassName
{
color: #A32744;
}
</style>
background-color css
<style>
a { background-color: #A32744; }
a { background-color: rgb(163,39,68); }
div.DivClassName
{
background-color: #A32744;
}
.BgClassName
{
background-color: #A32744;
}
</style>
border-color css
<style>
span { border-color: #A32744; }
span { border-color: rgb(163,39,68); }
td.TdClassName
{
border-color: #A32744;
}
.TagClassName
{
border-color: #A32744;
}
</style>