Shades of Lipstick #A52853
Tints of Lipstick #A52853
RGB
CMYK
RGB Variations
Color information
#A52853 (or 0xA52853) is known color: Lipstick. HEX triplet: A5, 28 and 53. RGB value is (165,40,83). Sum of RGB (Red+Green+Blue) = 165+40+83=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A52853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52853 is #5AD7AC. Grayscale: #525252. Windows color (decimal): -5953453 or 5449893. OLE color: 5449893.
HSL color Cylindrical-coordinate representation of color #A52853: hue angle of 339.36º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52853 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 83 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.35 |
| HSL | 339.36º | 0.61% | 0.4% | - |
| HSV(B) | 339.36º | 0.76% | 0.65% | - |
| XYZ | 17.84 | 10.14 | 9.2 | - |
| YUV | 82.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 83 | 0 | 0.76 | 0.50 | 0.35 | 339.36 | 0.61 | 0.4 |
| Hex | A5 | 28 | 53 | 0 | 4C | 32 | 23 | 153 | 3D | 28 |
| Octal | 245 | 50 | 123 | 0 | 114 | 62 | 43 | 523 | 75 | 50 |
| Binary | 10100101 | 101000 | 1010011 | 0 | 1001100 | 110010 | 100011 | 101010011 | 111101 | 101000 |
Color Harmonies of #A52853
Complementary color
Monochromatic Colors of #A52853
Black with #A52853
Text Example
Text Example
White with #A52853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52853; }
p { color: rgb(165,40,83); }
H1.HeaderClassName
{
color: #A52853;
}
.AnyTagClassName
{
color: #A52853;
}
</style>
background-color css
<style>
a { background-color: #A52853; }
a { background-color: rgb(165,40,83); }
div.DivClassName
{
background-color: #A52853;
}
.BgClassName
{
background-color: #A52853;
}
</style>
border-color css
<style>
span { border-color: #A52853; }
span { border-color: rgb(165,40,83); }
td.TdClassName
{
border-color: #A52853;
}
.TagClassName
{
border-color: #A52853;
}
</style>