#71312C

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

Shades of Auburn #71312C

Tints of Auburn #71312C

Color information

#71312C (or 0x71312C) is unknown color: approx Auburn. HEX triplet: 71, 31 and 2C. RGB value is (113,49,44). Sum of RGB (Red+Green+Blue) = 113+49+44=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71312C is #8ECED3. Grayscale: #434343. Windows color (decimal): -9359060 or 2896241. OLE color: 2896241.

HSL color Cylindrical-coordinate representation of color #71312C: hue angle of 4.35º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71312C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1134944-
CMYK00.570.610.56
HSL4.35º43.95%30.78%-
HSV(B)4.35º61.06%44.31%-
XYZ8.365.893.08-
YUV67.57114.7160.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=54.85%
G=23.79%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113494400.570.610.564.3543.9530.78
Hex71312C0393D3842c1f
Octal1616154071757045437
Binary1110001110001101100011100111110111100010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71312C; }

 p { color: rgb(113,49,44); }

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

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

 a { background-color: rgb(113,49,44); }

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

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

 span { border-color: rgb(113,49,44); }

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