#A14371

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

Shades of Rouge #A14371

Tints of Rouge #A14371

Color information

#A14371 (or 0xA14371) is unknown color: approx Rouge. HEX triplet: A1, 43 and 71. RGB value is (161,67,113). Sum of RGB (Red+Green+Blue) = 161+67+113=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A14371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14371 is #5EBC8E. Grayscale: #646464. Windows color (decimal): -6208655 or 7422881. OLE color: 7422881.

HSL color Cylindrical-coordinate representation of color #A14371: hue angle of 330.64º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14371 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16167113-
CMYK00.580.300.37
HSL330.64º41.23%44.71%-
HSV(B)330.64º58.39%63.14%-
XYZ19.6912.7817.05-
YUV100.35135.14171.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=47.21%
G=19.65%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616711300.580.300.37330.6441.2344.71
HexA1437103A1E2514b292d
Octal24110316107236455135155
Binary1010000110000111110001011101011110100101101001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14371; }

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

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

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

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

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

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

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

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