Shades of Lipstick #A32846
Tints of Lipstick #A32846
RGB
CMYK
RGB Variations
Color information
#A32846 (or 0xA32846) is known color: Lipstick. HEX triplet: A3, 28 and 46. RGB value is (163,40,70). Sum of RGB (Red+Green+Blue) = 163+40+70=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A32846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32846 is #5CD7B9. Grayscale: #505050. Windows color (decimal): -6084538 or 4597923. OLE color: 4597923.
HSL color Cylindrical-coordinate representation of color #A32846: hue angle of 345.37º 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 #A32846 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 70 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.36 |
| HSL | 345.37º | 0.61% | 0.4% | - |
| HSV(B) | 345.37º | 0.75% | 0.64% | - |
| XYZ | 16.97 | 9.75 | 6.78 | - |
| YUV | 80.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 70 | 0 | 0.75 | 0.57 | 0.36 | 345.37 | 0.61 | 0.4 |
| Hex | A3 | 28 | 46 | 0 | 4B | 39 | 24 | 159 | 3D | 28 |
| Octal | 243 | 50 | 106 | 0 | 113 | 71 | 44 | 531 | 75 | 50 |
| Binary | 10100011 | 101000 | 1000110 | 0 | 1001011 | 111001 | 100100 | 101011001 | 111101 | 101000 |
Color Harmonies of #A32846
Complementary color
Monochromatic Colors of #A32846
Black with #A32846
Text Example
Text Example
White with #A32846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32846; }
p { color: rgb(163,40,70); }
H1.HeaderClassName
{
color: #A32846;
}
.AnyTagClassName
{
color: #A32846;
}
</style>
background-color css
<style>
a { background-color: #A32846; }
a { background-color: rgb(163,40,70); }
div.DivClassName
{
background-color: #A32846;
}
.BgClassName
{
background-color: #A32846;
}
</style>
border-color css
<style>
span { border-color: #A32846; }
span { border-color: rgb(163,40,70); }
td.TdClassName
{
border-color: #A32846;
}
.TagClassName
{
border-color: #A32846;
}
</style>