Shades of Lipstick #A32B51
Tints of Lipstick #A32B51
RGB
CMYK
RGB Variations
Color information
#A32B51 (or 0xA32B51) is known color: Lipstick. HEX triplet: A3, 2B and 51. RGB value is (163,43,81). Sum of RGB (Red+Green+Blue) = 163+43+81=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32B51 is #5CD4AE. Grayscale: #535353. Windows color (decimal): -6083759 or 5319587. OLE color: 5319587.
HSL color Cylindrical-coordinate representation of color #A32B51: hue angle of 341º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B51 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 81 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.36 |
| HSL | 341º | 0.58% | 0.4% | - |
| HSV(B) | 341º | 0.74% | 0.64% | - |
| XYZ | 17.45 | 10.11 | 8.82 | - |
| YUV | 83.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 81 | 0 | 0.74 | 0.50 | 0.36 | 341 | 0.58 | 0.4 |
| Hex | A3 | 2B | 51 | 0 | 4A | 32 | 24 | 155 | 3A | 28 |
| Octal | 243 | 53 | 121 | 0 | 112 | 62 | 44 | 525 | 72 | 50 |
| Binary | 10100011 | 101011 | 1010001 | 0 | 1001010 | 110010 | 100100 | 101010101 | 111010 | 101000 |
Color Harmonies of #A32B51
Complementary color
Monochromatic Colors of #A32B51
Black with #A32B51
Text Example
Text Example
White with #A32B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B51; }
p { color: rgb(163,43,81); }
H1.HeaderClassName
{
color: #A32B51;
}
.AnyTagClassName
{
color: #A32B51;
}
</style>
background-color css
<style>
a { background-color: #A32B51; }
a { background-color: rgb(163,43,81); }
div.DivClassName
{
background-color: #A32B51;
}
.BgClassName
{
background-color: #A32B51;
}
</style>
border-color css
<style>
span { border-color: #A32B51; }
span { border-color: rgb(163,43,81); }
td.TdClassName
{
border-color: #A32B51;
}
.TagClassName
{
border-color: #A32B51;
}
</style>