Shades of Lipstick #A42853
Tints of Lipstick #A42853
RGB
CMYK
RGB Variations
Color information
#A42853 (or 0xA42853) is known color: Lipstick. HEX triplet: A4, 28 and 53. RGB value is (164,40,83). Sum of RGB (Red+Green+Blue) = 164+40+83=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A42853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42853 is #5BD7AC. Grayscale: #515151. Windows color (decimal): -6018989 or 5449892. OLE color: 5449892.
HSL color Cylindrical-coordinate representation of color #A42853: 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 #A42853 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 83 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.36 |
| HSL | 339.19º | 0.61% | 0.4% | - |
| HSV(B) | 339.19º | 0.76% | 0.64% | - |
| XYZ | 17.63 | 10.03 | 9.19 | - |
| YUV | 81.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 83 | 0 | 0.76 | 0.49 | 0.36 | 339.19 | 0.61 | 0.4 |
| Hex | A4 | 28 | 53 | 0 | 4C | 31 | 24 | 153 | 3D | 28 |
| Octal | 244 | 50 | 123 | 0 | 114 | 61 | 44 | 523 | 75 | 50 |
| Binary | 10100100 | 101000 | 1010011 | 0 | 1001100 | 110001 | 100100 | 101010011 | 111101 | 101000 |
Color Harmonies of #A42853
Complementary color
Monochromatic Colors of #A42853
Black with #A42853
Text Example
Text Example
White with #A42853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42853; }
p { color: rgb(164,40,83); }
H1.HeaderClassName
{
color: #A42853;
}
.AnyTagClassName
{
color: #A42853;
}
</style>
background-color css
<style>
a { background-color: #A42853; }
a { background-color: rgb(164,40,83); }
div.DivClassName
{
background-color: #A42853;
}
.BgClassName
{
background-color: #A42853;
}
</style>
border-color css
<style>
span { border-color: #A42853; }
span { border-color: rgb(164,40,83); }
td.TdClassName
{
border-color: #A42853;
}
.TagClassName
{
border-color: #A42853;
}
</style>