#A13573

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

Shades of Rouge #A13573

Tints of Rouge #A13573

Color information

#A13573 (or 0xA13573) is unknown color: approx Rouge. HEX triplet: A1, 35 and 73. RGB value is (161,53,115). Sum of RGB (Red+Green+Blue) = 161+53+115=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A13573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13573 is #5ECA8C. Grayscale: #5C5C5C. Windows color (decimal): -6212237 or 7550369. OLE color: 7550369.

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

Color convert

RGB16153115-
CMYK00.670.290.37
HSL325.56º50.47%41.96%-
HSV(B)325.56º67.08%63.14%-
XYZ19.0711.3617.41-
YUV92.36140.78176.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=48.94%
G=16.11%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615311500.670.290.37325.5650.4741.96
HexA135730431D25146322a
Octal24165163010335455066252
Binary1010000111010111100110100001111101100101101000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13573; }

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

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

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

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

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

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

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

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