#A03271

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

Shades of Rouge #A03271

Tints of Rouge #A03271

Color information

#A03271 (or 0xA03271) is unknown color: approx Rouge. HEX triplet: A0, 32 and 71. RGB value is (160,50,113). Sum of RGB (Red+Green+Blue) = 160+50+113=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A03271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03271 is #5FCD8E. Grayscale: #595959. Windows color (decimal): -6278543 or 7418528. OLE color: 7418528.

HSL color Cylindrical-coordinate representation of color #A03271: hue angle of 325.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03271 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16050113-
CMYK00.690.290.37
HSL325.64º52.38%41.18%-
HSV(B)325.64º68.75%62.75%-
XYZ18.6210.9516.75-
YUV90.07140.94177.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=49.54%
G=15.48%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605011300.690.290.37325.6452.3841.18
HexA032710451D251463429
Octal24062161010535455066451
Binary1010000011001011100010100010111101100101101000110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03271; }

 p { color: rgb(160,50,113); }

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

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

 a { background-color: rgb(160,50,113); }

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

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

 span { border-color: rgb(160,50,113); }

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