Shades of Lipstick #A52850
Tints of Lipstick #A52850
RGB
CMYK
RGB Variations
Color information
#A52850 (or 0xA52850) is known color: Lipstick. HEX triplet: A5, 28 and 50. RGB value is (165,40,80). Sum of RGB (Red+Green+Blue) = 165+40+80=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A52850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52850 is #5AD7AF. Grayscale: #515151. Windows color (decimal): -5953456 or 5253285. OLE color: 5253285.
HSL color Cylindrical-coordinate representation of color #A52850: hue angle of 340.8º 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 #A52850 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 80 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.35 |
| HSL | 340.8º | 0.61% | 0.4% | - |
| HSV(B) | 340.8º | 0.76% | 0.65% | - |
| XYZ | 17.72 | 10.1 | 8.6 | - |
| YUV | 81.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 80 | 0 | 0.76 | 0.52 | 0.35 | 340.8 | 0.61 | 0.4 |
| Hex | A5 | 28 | 50 | 0 | 4C | 34 | 23 | 155 | 3D | 28 |
| Octal | 245 | 50 | 120 | 0 | 114 | 64 | 43 | 525 | 75 | 50 |
| Binary | 10100101 | 101000 | 1010000 | 0 | 1001100 | 110100 | 100011 | 101010101 | 111101 | 101000 |
Color Harmonies of #A52850
Complementary color
Monochromatic Colors of #A52850
Black with #A52850
Text Example
Text Example
White with #A52850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52850; }
p { color: rgb(165,40,80); }
H1.HeaderClassName
{
color: #A52850;
}
.AnyTagClassName
{
color: #A52850;
}
</style>
background-color css
<style>
a { background-color: #A52850; }
a { background-color: rgb(165,40,80); }
div.DivClassName
{
background-color: #A52850;
}
.BgClassName
{
background-color: #A52850;
}
</style>
border-color css
<style>
span { border-color: #A52850; }
span { border-color: rgb(165,40,80); }
td.TdClassName
{
border-color: #A52850;
}
.TagClassName
{
border-color: #A52850;
}
</style>