#712120

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

Shades of Auburn #712120

Tints of Auburn #712120

Color information

#712120 (or 0x712120) is unknown color: approx Auburn. HEX triplet: 71, 21 and 20. RGB value is (113,33,32). Sum of RGB (Red+Green+Blue) = 113+33+32=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #712120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712120 is #8EDEDF. Grayscale: #383838. Windows color (decimal): -9363168 or 2105713. OLE color: 2105713.

HSL color Cylindrical-coordinate representation of color #712120: hue angle of 0.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712120 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1133332-
CMYK00.710.720.56
HSL0.74º55.86%28.43%-
HSV(B)0.74º71.68%44.31%-
XYZ7.614.71.87-
YUV56.81114168.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.48%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=63.48%
G=18.54%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113333200.710.720.560.7455.8628.43
Hex71212004748381381c
Octal161414001071107017034
Binary1110001100001100000010001111001000111000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712120; }

 p { color: rgb(113,33,32); }

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

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

 a { background-color: rgb(113,33,32); }

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

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

 span { border-color: rgb(113,33,32); }

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