#A53361

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

Shades of Rouge #A53361

Tints of Rouge #A53361

Color information

#A53361 (or 0xA53361) is unknown color: approx Rouge. HEX triplet: A5, 33 and 61. RGB value is (165,51,97). Sum of RGB (Red+Green+Blue) = 165+51+97=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A53361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53361 is #5ACC9E. Grayscale: #5A5A5A. Windows color (decimal): -5950623 or 6370213. OLE color: 6370213.

HSL color Cylindrical-coordinate representation of color #A53361: hue angle of 335.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53361 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1655197-
CMYK00.690.410.35
HSL335.79º52.78%42.35%-
HSV(B)335.79º69.09%64.71%-
XYZ18.8611.2312.48-
YUV90.33131.77181.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=52.72%
G=16.29%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165519700.690.410.35335.7952.7842.35
HexA533610452923150352a
Octal24563141010551435206552
Binary10100101110011110000101000101101001100011101010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53361; }

 p { color: rgb(165,51,97); }

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

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

 a { background-color: rgb(165,51,97); }

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

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

 span { border-color: rgb(165,51,97); }

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