#A1376E

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

Shades of Rouge #A1376E

Tints of Rouge #A1376E

Color information

#A1376E (or 0xA1376E) is unknown color: approx Rouge. HEX triplet: A1, 37 and 6E. RGB value is (161,55,110). Sum of RGB (Red+Green+Blue) = 161+55+110=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1376E is #5EC891. Grayscale: #5C5C5C. Windows color (decimal): -6211730 or 7223201. OLE color: 7223201.

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

Color convert

RGB16155110-
CMYK00.660.320.37
HSL328.87º49.07%42.35%-
HSV(B)328.87º65.84%63.14%-
XYZ18.8811.4415.96-
YUV92.96137.62176.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=49.39%
G=16.87%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615511000.660.320.37328.8749.0742.35
HexA1376E0422025149312a
Octal24167156010240455116152
Binary10100001110111110111001000010100000100101101001001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1376E; }

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

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

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

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

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

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

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

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