#A1365E

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

Shades of Rouge #A1365E

Tints of Rouge #A1365E

Color information

#A1365E (or 0xA1365E) is unknown color: approx Rouge. HEX triplet: A1, 36 and 5E. RGB value is (161,54,94). Sum of RGB (Red+Green+Blue) = 161+54+94=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1365E is #5EC9A1. Grayscale: #5A5A5A. Windows color (decimal): -6212002 or 6174369. OLE color: 6174369.

HSL color Cylindrical-coordinate representation of color #A1365E: hue angle of 337.57º degrees, saturation: 0.5, 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 #A1365E is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1615494-
CMYK00.660.420.37
HSL337.57º49.77%42.16%-
HSV(B)337.57º66.46%63.14%-
XYZ18.0411.0211.77-
YUV90.55129.95178.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=52.10%
G=17.48%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161549400.660.420.37337.5749.7742.16
HexA1365E0422A25152322a
Octal24166136010252455226252
Binary10100001110110101111001000010101010100101101010010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1365E; }

 p { color: rgb(161,54,94); }

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

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

 a { background-color: rgb(161,54,94); }

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

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

 span { border-color: rgb(161,54,94); }

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