#A13560

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

Shades of Rouge #A13560

Tints of Rouge #A13560

Color information

#A13560 (or 0xA13560) is unknown color: approx Rouge. HEX triplet: A1, 35 and 60. RGB value is (161,53,96). Sum of RGB (Red+Green+Blue) = 161+53+96=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A13560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13560 is #5ECA9F. Grayscale: #5A5A5A. Windows color (decimal): -6212256 or 6305185. OLE color: 6305185.

HSL color Cylindrical-coordinate representation of color #A13560: hue angle of 336.11º 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 #A13560 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1615396-
CMYK00.670.400.37
HSL336.11º50.47%41.96%-
HSV(B)336.11º67.08%63.14%-
XYZ18.0810.9712.23-
YUV90.19131.28178.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=51.94%
G=17.10%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161539600.670.400.37336.1150.4741.96
HexA135600432825150322a
Octal24165140010350455206252
Binary10100001110101110000001000011101000100101101010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13560; }

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

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

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

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

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

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

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

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