#A52251

Color #A52251 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A52251

Tints of Lipstick #A52251

Color information

#A52251 (or 0xA52251) is unknown color: approx Lipstick. HEX triplet: A5, 22 and 51. RGB value is (165,34,81). Sum of RGB (Red+Green+Blue) = 165+34+81=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A52251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52251 is #5ADDAE. Grayscale: #4E4E4E. Windows color (decimal): -5954991 or 5317285. OLE color: 5317285.

HSL color Cylindrical-coordinate representation of color #A52251: hue angle of 338.47º 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 #A52251 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1653481-
CMYK00.790.510.35
HSL338.47º65.83%39.02%-
HSV(B)338.47º79.39%64.71%-
XYZ17.579.748.74-
YUV78.53129.4189.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=58.93%
G=12.14%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165348100.790.510.35338.4765.8339.02
HexA5225104F33231524227
Octal245421210117634352210247
Binary101001011000101010001010011111100111000111010100101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52251; }

 p { color: rgb(165,34,81); }

 H1.HeaderClassName
 {
   color: #A52251;
 }
 .AnyTagClassName
 {
   color: #A52251;
 }
</style>
background-color css

<style>
 a { background-color: #A52251; }

 a { background-color: rgb(165,34,81); }

 div.DivClassName
 {
   background-color: #A52251;
 }
 .BgClassName
 {
   background-color: #A52251;
 }
</style>
border-color css

<style>
 span { border-color: #A52251; }

 span { border-color: rgb(165,34,81); }

 td.TdClassName
 {
   border-color: #A52251;
 }
 .TagClassName
 {
   border-color: #A52251;
 }
</style>