#A73361

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

Shades of Rouge #A73361

Tints of Rouge #A73361

Color information

#A73361 (or 0xA73361) is unknown color: approx Rouge. HEX triplet: A7, 33 and 61. RGB value is (167,51,97). Sum of RGB (Red+Green+Blue) = 167+51+97=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A73361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73361 is #58CC9E. Grayscale: #5A5A5A. Windows color (decimal): -5819551 or 6370215. OLE color: 6370215.

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

Color convert

RGB1675197-
CMYK00.690.420.35
HSL336.21º53.21%42.75%-
HSV(B)336.21º69.46%65.49%-
XYZ19.2811.4512.5-
YUV90.93131.43182.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=53.02%
G=16.19%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167519700.690.420.35336.2153.2142.75
HexA733610452A23150352b
Octal24763141010552435206553
Binary10100111110011110000101000101101010100011101010000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73361; }

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

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

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

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

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

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

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

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