#A52D71

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

Shades of Rouge #A52D71

Tints of Rouge #A52D71

Color information

#A52D71 (or 0xA52D71) is unknown color: approx Rouge. HEX triplet: A5, 2D and 71. RGB value is (165,45,113). Sum of RGB (Red+Green+Blue) = 165+45+113=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52D71 is #5AD28E. Grayscale: #585858. Windows color (decimal): -5952143 or 7417253. OLE color: 7417253.

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

Color convert

RGB16545113-
CMYK00.730.320.35
HSL326º57.14%41.18%-
HSV(B)326º72.73%64.71%-
XYZ19.4411.0716.73-
YUV88.63141.76182.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 45 (17.97% from 255) = 13.93%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=51.08%
G=13.93%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654511300.730.320.3532657.1441.18
HexA52D7104920231463929
Octal24555161011140435067151
Binary10100101101101111000101001001100000100011101000110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D71; }

 p { color: rgb(165,45,113); }

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

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

 a { background-color: rgb(165,45,113); }

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

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

 span { border-color: rgb(165,45,113); }

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