#A13765

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

Shades of Rouge #A13765

Tints of Rouge #A13765

Color information

#A13765 (or 0xA13765) is unknown color: approx Rouge. HEX triplet: A1, 37 and 65. RGB value is (161,55,101). Sum of RGB (Red+Green+Blue) = 161+55+101=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A13765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13765 is #5EC89A. Grayscale: #5B5B5B. Windows color (decimal): -6211739 or 6633377. OLE color: 6633377.

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

Color convert

RGB16155101-
CMYK00.660.370.37
HSL333.96º49.07%42.35%-
HSV(B)333.96º65.84%63.14%-
XYZ18.4111.2513.51-
YUV91.94133.12177.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=50.79%
G=17.35%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615510100.660.370.37333.9649.0742.35
HexA13765042252514e312a
Octal24167145010245455166152
Binary10100001110111110010101000010100101100101101001110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13765; }

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

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

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

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

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

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

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

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