#71322A

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

Shades of Auburn #71322A

Tints of Auburn #71322A

Color information

#71322A (or 0x71322A) is unknown color: approx Auburn. HEX triplet: 71, 32 and 2A. RGB value is (113,50,42). Sum of RGB (Red+Green+Blue) = 113+50+42=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71322A is #8ECDD5. Grayscale: #444444. Windows color (decimal): -9358806 or 2765425. OLE color: 2765425.

HSL color Cylindrical-coordinate representation of color #71322A: hue angle of 6.76º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71322A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1135042-
CMYK00.560.630.56
HSL6.76º45.81%30.39%-
HSV(B)6.76º62.83%44.31%-
XYZ8.375.962.9-
YUV67.92113.37160.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=55.12%
G=24.39%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113504200.560.630.566.7645.8130.39
Hex71322A0383F3872e1e
Octal1616252070777075636
Binary1110001110010101010011100011111111100011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71322A; }

 p { color: rgb(113,50,42); }

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

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

 a { background-color: rgb(113,50,42); }

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

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

 span { border-color: rgb(113,50,42); }

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