#A3316E

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

Shades of Rouge #A3316E

Tints of Rouge #A3316E

Color information

#A3316E (or 0xA3316E) is unknown color: approx Rouge. HEX triplet: A3, 31 and 6E. RGB value is (163,49,110). Sum of RGB (Red+Green+Blue) = 163+49+110=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3316E is #5CCE91. Grayscale: #595959. Windows color (decimal): -6082194 or 7221667. OLE color: 7221667.

HSL color Cylindrical-coordinate representation of color #A3316E: hue angle of 327.89º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3316E is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16349110-
CMYK00.700.330.36
HSL327.89º53.77%41.57%-
HSV(B)327.89º69.94%63.92%-
XYZ19.0211.1115.89-
YUV90.04139.27180.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=50.62%
G=15.22%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634911000.700.330.36327.8953.7741.57
HexA3316E0462124148362a
Octal24361156010641445106652
Binary10100011110001110111001000110100001100100101001000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3316E; }

 p { color: rgb(163,49,110); }

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

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

 a { background-color: rgb(163,49,110); }

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

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

 span { border-color: rgb(163,49,110); }

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