#A53971

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

Shades of Rouge #A53971

Tints of Rouge #A53971

Color information

#A53971 (or 0xA53971) is unknown color: approx Rouge. HEX triplet: A5, 39 and 71. RGB value is (165,57,113). Sum of RGB (Red+Green+Blue) = 165+57+113=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A53971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53971 is #5AC68E. Grayscale: #5F5F5F. Windows color (decimal): -5949071 or 7420325. OLE color: 7420325.

HSL color Cylindrical-coordinate representation of color #A53971: hue angle of 328.89º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53971 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16557113-
CMYK00.650.320.35
HSL328.89º48.65%43.53%-
HSV(B)328.89º65.45%64.71%-
XYZ19.9612.1216.91-
YUV95.68137.78177.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=49.25%
G=17.01%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655711300.650.320.35328.8948.6543.53
HexA539710412023149312c
Octal24571161010140435116154
Binary10100101111001111000101000001100000100011101001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53971; }

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

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

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

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

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

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

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

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