Shades of Lipstick #A52041
Tints of Lipstick #A52041
RGB
CMYK
RGB Variations
Color information
#A52041 (or 0xA52041) is known color: Lipstick. HEX triplet: A5, 20 and 41. RGB value is (165,32,65). Sum of RGB (Red+Green+Blue) = 165+32+65=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A52041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52041 is #5ADFBE. Grayscale: #4B4B4B. Windows color (decimal): -5955519 or 4268197. OLE color: 4268197.
HSL color Cylindrical-coordinate representation of color #A52041: hue angle of 345.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52041 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 65 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.35 |
| HSL | 345.11º | 0.68% | 0.39% | - |
| HSV(B) | 345.11º | 0.81% | 0.65% | - |
| XYZ | 16.99 | 9.41 | 5.92 | - |
| YUV | 75.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 65 | 0 | 0.81 | 0.61 | 0.35 | 345.11 | 0.68 | 0.39 |
| Hex | A5 | 20 | 41 | 0 | 51 | 3D | 23 | 159 | 44 | 27 |
| Octal | 245 | 40 | 101 | 0 | 121 | 75 | 43 | 531 | 104 | 47 |
| Binary | 10100101 | 100000 | 1000001 | 0 | 1010001 | 111101 | 100011 | 101011001 | 1000100 | 100111 |
Color Harmonies of #A52041
Complementary color
Monochromatic Colors of #A52041
Black with #A52041
Text Example
Text Example
White with #A52041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52041; }
p { color: rgb(165,32,65); }
H1.HeaderClassName
{
color: #A52041;
}
.AnyTagClassName
{
color: #A52041;
}
</style>
background-color css
<style>
a { background-color: #A52041; }
a { background-color: rgb(165,32,65); }
div.DivClassName
{
background-color: #A52041;
}
.BgClassName
{
background-color: #A52041;
}
</style>
border-color css
<style>
span { border-color: #A52041; }
span { border-color: rgb(165,32,65); }
td.TdClassName
{
border-color: #A52041;
}
.TagClassName
{
border-color: #A52041;
}
</style>