#A73372

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

Shades of Rouge #A73372

Tints of Rouge #A73372

Color information

#A73372 (or 0xA73372) is unknown color: approx Rouge. HEX triplet: A7, 33 and 72. RGB value is (167,51,114). Sum of RGB (Red+Green+Blue) = 167+51+114=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A73372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73372 is #58CC8D. Grayscale: #5C5C5C. Windows color (decimal): -5819534 or 7484327. OLE color: 7484327.

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

Color convert

RGB16751114-
CMYK00.690.320.35
HSL327.41º53.21%42.75%-
HSV(B)327.41º69.46%65.49%-
XYZ20.1611.817.13-
YUV92.87139.93180.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=50.30%
G=15.36%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675111400.690.320.35327.4153.2142.75
HexA733720452023147352b
Octal24763162010540435076553
Binary10100111110011111001001000101100000100011101000111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73372; }

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

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

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

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

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

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

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

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