Shades of Lipstick #A52F57
Tints of Lipstick #A52F57
RGB
CMYK
RGB Variations
Color information
#A52F57 (or 0xA52F57) is known color: Lipstick. HEX triplet: A5, 2F and 57. RGB value is (165,47,87). Sum of RGB (Red+Green+Blue) = 165+47+87=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52F57 is #5AD0A8. Grayscale: #565656. Windows color (decimal): -5951657 or 5713829. OLE color: 5713829.
HSL color Cylindrical-coordinate representation of color #A52F57: hue angle of 339.66º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52F57 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 87 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.35 |
| HSL | 339.66º | 0.56% | 0.42% | - |
| HSV(B) | 339.66º | 0.72% | 0.65% | - |
| XYZ | 18.25 | 10.72 | 10.12 | - |
| YUV | 86.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 87 | 0 | 0.72 | 0.47 | 0.35 | 339.66 | 0.56 | 0.42 |
| Hex | A5 | 2F | 57 | 0 | 48 | 2F | 23 | 154 | 38 | 2A |
| Octal | 245 | 57 | 127 | 0 | 110 | 57 | 43 | 524 | 70 | 52 |
| Binary | 10100101 | 101111 | 1010111 | 0 | 1001000 | 101111 | 100011 | 101010100 | 111000 | 101010 |
Color Harmonies of #A52F57
Complementary color
Monochromatic Colors of #A52F57
Black with #A52F57
Text Example
Text Example
White with #A52F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F57; }
p { color: rgb(165,47,87); }
H1.HeaderClassName
{
color: #A52F57;
}
.AnyTagClassName
{
color: #A52F57;
}
</style>
background-color css
<style>
a { background-color: #A52F57; }
a { background-color: rgb(165,47,87); }
div.DivClassName
{
background-color: #A52F57;
}
.BgClassName
{
background-color: #A52F57;
}
</style>
border-color css
<style>
span { border-color: #A52F57; }
span { border-color: rgb(165,47,87); }
td.TdClassName
{
border-color: #A52F57;
}
.TagClassName
{
border-color: #A52F57;
}
</style>