Shades of Lipstick #A52259
Tints of Lipstick #A52259
RGB
CMYK
RGB Variations
Color information
#A52259 (or 0xA52259) is known color: Lipstick. HEX triplet: A5, 22 and 59. RGB value is (165,34,89). Sum of RGB (Red+Green+Blue) = 165+34+89=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A52259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52259 is #5ADDA6. Grayscale: #4F4F4F. Windows color (decimal): -5954983 or 5841573. OLE color: 5841573.
HSL color Cylindrical-coordinate representation of color #A52259: hue angle of 334.81º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52259 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 89 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.35 |
| HSL | 334.81º | 0.66% | 0.39% | - |
| HSV(B) | 334.81º | 0.79% | 0.65% | - |
| XYZ | 17.89 | 9.86 | 10.41 | - |
| YUV | 79.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 89 | 0 | 0.79 | 0.46 | 0.35 | 334.81 | 0.66 | 0.39 |
| Hex | A5 | 22 | 59 | 0 | 4F | 2E | 23 | 14F | 42 | 27 |
| Octal | 245 | 42 | 131 | 0 | 117 | 56 | 43 | 517 | 102 | 47 |
| Binary | 10100101 | 100010 | 1011001 | 0 | 1001111 | 101110 | 100011 | 101001111 | 1000010 | 100111 |
Color Harmonies of #A52259
Complementary color
Monochromatic Colors of #A52259
Black with #A52259
Text Example
Text Example
White with #A52259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52259; }
p { color: rgb(165,34,89); }
H1.HeaderClassName
{
color: #A52259;
}
.AnyTagClassName
{
color: #A52259;
}
</style>
background-color css
<style>
a { background-color: #A52259; }
a { background-color: rgb(165,34,89); }
div.DivClassName
{
background-color: #A52259;
}
.BgClassName
{
background-color: #A52259;
}
</style>
border-color css
<style>
span { border-color: #A52259; }
span { border-color: rgb(165,34,89); }
td.TdClassName
{
border-color: #A52259;
}
.TagClassName
{
border-color: #A52259;
}
</style>