#71302C

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

Shades of Auburn #71302C

Tints of Auburn #71302C

Color information

#71302C (or 0x71302C) is unknown color: approx Auburn. HEX triplet: 71, 30 and 2C. RGB value is (113,48,44). Sum of RGB (Red+Green+Blue) = 113+48+44=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71302C is #8ECFD3. Grayscale: #434343. Windows color (decimal): -9359316 or 2895985. OLE color: 2895985.

HSL color Cylindrical-coordinate representation of color #71302C: hue angle of 3.48º 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 #71302C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1134844-
CMYK00.580.610.56
HSL3.48º43.95%30.78%-
HSV(B)3.48º61.06%44.31%-
XYZ8.325.813.07-
YUV66.98115.03160.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=55.12%
G=23.41%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113484400.580.610.563.4843.9530.78
Hex71302C03A3D3832c1f
Octal1616054072757035437
Binary111000111000010110001110101111011110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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