#A13671

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

Shades of Rouge #A13671

Tints of Rouge #A13671

Color information

#A13671 (or 0xA13671) is unknown color: approx Rouge. HEX triplet: A1, 36 and 71. RGB value is (161,54,113). Sum of RGB (Red+Green+Blue) = 161+54+113=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A13671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13671 is #5EC98E. Grayscale: #5C5C5C. Windows color (decimal): -6211983 or 7419553. OLE color: 7419553.

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

Color convert

RGB16154113-
CMYK00.660.300.37
HSL326.92º49.77%42.16%-
HSV(B)326.92º66.46%63.14%-
XYZ1911.4116.82-
YUV92.72139.45176.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=49.09%
G=16.46%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615411300.660.300.37326.9249.7742.16
HexA136710421E25147322a
Octal24166161010236455076252
Binary1010000111011011100010100001011110100101101000111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13671; }

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

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

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

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

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

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

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

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