#A13773

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

Shades of Rouge #A13773

Tints of Rouge #A13773

Color information

#A13773 (or 0xA13773) is unknown color: approx Rouge. HEX triplet: A1, 37 and 73. RGB value is (161,55,115). Sum of RGB (Red+Green+Blue) = 161+55+115=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A13773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13773 is #5EC88C. Grayscale: #5D5D5D. Windows color (decimal): -6211725 or 7550881. OLE color: 7550881.

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

Color convert

RGB16155115-
CMYK00.660.290.37
HSL326.04º49.07%42.35%-
HSV(B)326.04º65.84%63.14%-
XYZ19.1611.5517.44-
YUV93.53140.12176.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=48.64%
G=16.62%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615511500.660.290.37326.0449.0742.35
HexA137730421D25146312a
Octal24167163010235455066152
Binary1010000111011111100110100001011101100101101000110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13773; }

 p { color: rgb(161,55,115); }

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

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

 a { background-color: rgb(161,55,115); }

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

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

 span { border-color: rgb(161,55,115); }

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