#A53871

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

Shades of Rouge #A53871

Tints of Rouge #A53871

Color information

#A53871 (or 0xA53871) is unknown color: approx Rouge. HEX triplet: A5, 38 and 71. RGB value is (165,56,113). Sum of RGB (Red+Green+Blue) = 165+56+113=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53871 is #5AC78E. Grayscale: #5E5E5E. Windows color (decimal): -5949327 or 7420069. OLE color: 7420069.

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

Color convert

RGB16556113-
CMYK00.660.320.35
HSL328.62º49.32%43.33%-
HSV(B)328.62º66.06%64.71%-
XYZ19.9112.0216.89-
YUV95.09138.11177.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=49.40%
G=16.77%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655611300.660.320.35328.6249.3243.33
HexA538710422023149312b
Octal24570161010240435116153
Binary10100101111000111000101000010100000100011101001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53871; }

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

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

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

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

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

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

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

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