Shades of Lipstick #A52D52
Tints of Lipstick #A52D52
RGB
CMYK
RGB Variations
Color information
#A52D52 (or 0xA52D52) is known color: Lipstick. HEX triplet: A5, 2D and 52. RGB value is (165,45,82). Sum of RGB (Red+Green+Blue) = 165+45+82=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52D52 is #5AD2AD. Grayscale: #555555. Windows color (decimal): -5952174 or 5385637. OLE color: 5385637.
HSL color Cylindrical-coordinate representation of color #A52D52: hue angle of 341.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52D52 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 82 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.35 |
| HSL | 341.5º | 0.57% | 0.41% | - |
| HSV(B) | 341.5º | 0.73% | 0.65% | - |
| XYZ | 17.98 | 10.49 | 9.06 | - |
| YUV | 85.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 82 | 0 | 0.73 | 0.50 | 0.35 | 341.5 | 0.57 | 0.41 |
| Hex | A5 | 2D | 52 | 0 | 49 | 32 | 23 | 156 | 39 | 29 |
| Octal | 245 | 55 | 122 | 0 | 111 | 62 | 43 | 526 | 71 | 51 |
| Binary | 10100101 | 101101 | 1010010 | 0 | 1001001 | 110010 | 100011 | 101010110 | 111001 | 101001 |
Color Harmonies of #A52D52
Complementary color
Monochromatic Colors of #A52D52
Black with #A52D52
Text Example
Text Example
White with #A52D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D52; }
p { color: rgb(165,45,82); }
H1.HeaderClassName
{
color: #A52D52;
}
.AnyTagClassName
{
color: #A52D52;
}
</style>
background-color css
<style>
a { background-color: #A52D52; }
a { background-color: rgb(165,45,82); }
div.DivClassName
{
background-color: #A52D52;
}
.BgClassName
{
background-color: #A52D52;
}
</style>
border-color css
<style>
span { border-color: #A52D52; }
span { border-color: rgb(165,45,82); }
td.TdClassName
{
border-color: #A52D52;
}
.TagClassName
{
border-color: #A52D52;
}
</style>