#A13661

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

Shades of Rouge #A13661

Tints of Rouge #A13661

Color information

#A13661 (or 0xA13661) is unknown color: approx Rouge. HEX triplet: A1, 36 and 61. RGB value is (161,54,97). Sum of RGB (Red+Green+Blue) = 161+54+97=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A13661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13661 is #5EC99E. Grayscale: #5A5A5A. Windows color (decimal): -6211999 or 6370977. OLE color: 6370977.

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

Color convert

RGB1615497-
CMYK00.660.400.37
HSL335.89º49.77%42.16%-
HSV(B)335.89º66.46%63.14%-
XYZ18.1711.0812.49-
YUV90.89131.45178-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=51.60%
G=17.31%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161549700.660.400.37335.8949.7742.16
HexA136610422825150322a
Octal24166141010250455206252
Binary10100001110110110000101000010101000100101101010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13661; }

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

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

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

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

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

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

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

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