Shades of Lipstick #A32752
Tints of Lipstick #A32752
RGB
CMYK
RGB Variations
Color information
#A32752 (or 0xA32752) is known color: Lipstick. HEX triplet: A3, 27 and 52. RGB value is (163,39,82). Sum of RGB (Red+Green+Blue) = 163+39+82=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A32752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32752 is #5CD8AD. Grayscale: #505050. Windows color (decimal): -6084782 or 5384099. OLE color: 5384099.
HSL color Cylindrical-coordinate representation of color #A32752: hue angle of 339.19º 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 #A32752 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 82 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.36 |
| HSL | 339.19º | 0.61% | 0.4% | - |
| HSV(B) | 339.19º | 0.76% | 0.64% | - |
| XYZ | 17.35 | 9.85 | 8.97 | - |
| YUV | 80.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 82 | 0 | 0.76 | 0.50 | 0.36 | 339.19 | 0.61 | 0.4 |
| Hex | A3 | 27 | 52 | 0 | 4C | 32 | 24 | 153 | 3D | 28 |
| Octal | 243 | 47 | 122 | 0 | 114 | 62 | 44 | 523 | 75 | 50 |
| Binary | 10100011 | 100111 | 1010010 | 0 | 1001100 | 110010 | 100100 | 101010011 | 111101 | 101000 |
Color Harmonies of #A32752
Complementary color
Monochromatic Colors of #A32752
Black with #A32752
Text Example
Text Example
White with #A32752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32752; }
p { color: rgb(163,39,82); }
H1.HeaderClassName
{
color: #A32752;
}
.AnyTagClassName
{
color: #A32752;
}
</style>
background-color css
<style>
a { background-color: #A32752; }
a { background-color: rgb(163,39,82); }
div.DivClassName
{
background-color: #A32752;
}
.BgClassName
{
background-color: #A32752;
}
</style>
border-color css
<style>
span { border-color: #A32752; }
span { border-color: rgb(163,39,82); }
td.TdClassName
{
border-color: #A32752;
}
.TagClassName
{
border-color: #A32752;
}
</style>