Shades of Lipstick #A52750
Tints of Lipstick #A52750
RGB
CMYK
RGB Variations
Color information
#A52750 (or 0xA52750) is known color: Lipstick. HEX triplet: A5, 27 and 50. RGB value is (165,39,80). Sum of RGB (Red+Green+Blue) = 165+39+80=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A52750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52750 is #5AD8AF. Grayscale: #515151. Windows color (decimal): -5953712 or 5253029. OLE color: 5253029.
HSL color Cylindrical-coordinate representation of color #A52750: hue angle of 340.48º degrees, saturation: 0.62, 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 #A52750 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 39 | 80 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.35 |
| HSL | 340.48º | 0.62% | 0.4% | - |
| HSV(B) | 340.48º | 0.76% | 0.65% | - |
| XYZ | 17.69 | 10.03 | 8.59 | - |
| YUV | 81.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 80 | 0 | 0.76 | 0.52 | 0.35 | 340.48 | 0.62 | 0.4 |
| Hex | A5 | 27 | 50 | 0 | 4C | 34 | 23 | 154 | 3E | 28 |
| Octal | 245 | 47 | 120 | 0 | 114 | 64 | 43 | 524 | 76 | 50 |
| Binary | 10100101 | 100111 | 1010000 | 0 | 1001100 | 110100 | 100011 | 101010100 | 111110 | 101000 |
Color Harmonies of #A52750
Complementary color
Monochromatic Colors of #A52750
Black with #A52750
Text Example
Text Example
White with #A52750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52750; }
p { color: rgb(165,39,80); }
H1.HeaderClassName
{
color: #A52750;
}
.AnyTagClassName
{
color: #A52750;
}
</style>
background-color css
<style>
a { background-color: #A52750; }
a { background-color: rgb(165,39,80); }
div.DivClassName
{
background-color: #A52750;
}
.BgClassName
{
background-color: #A52750;
}
</style>
border-color css
<style>
span { border-color: #A52750; }
span { border-color: rgb(165,39,80); }
td.TdClassName
{
border-color: #A52750;
}
.TagClassName
{
border-color: #A52750;
}
</style>