#A13461

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

Shades of Rouge #A13461

Tints of Rouge #A13461

Color information

#A13461 (or 0xA13461) is unknown color: approx Rouge. HEX triplet: A1, 34 and 61. RGB value is (161,52,97). Sum of RGB (Red+Green+Blue) = 161+52+97=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A13461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13461 is #5ECB9E. Grayscale: #595959. Windows color (decimal): -6212511 or 6370465. OLE color: 6370465.

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

Color convert

RGB1615297-
CMYK00.680.400.37
HSL335.23º51.17%41.76%-
HSV(B)335.23º67.7%63.14%-
XYZ18.0810.912.46-
YUV89.72132.11178.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=51.94%
G=16.77%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161529700.680.400.37335.2351.1741.76
HexA13461044282514f332a
Octal24164141010450455176352
Binary10100001110100110000101000100101000100101101001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13461; }

 p { color: rgb(161,52,97); }

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

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

 a { background-color: rgb(161,52,97); }

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

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

 span { border-color: rgb(161,52,97); }

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