#712D2D

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

Shades of Auburn #712D2D

Tints of Auburn #712D2D

Color information

#712D2D (or 0x712D2D) is unknown color: approx Auburn. HEX triplet: 71, 2D and 2D. RGB value is (113,45,45). Sum of RGB (Red+Green+Blue) = 113+45+45=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #712D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D2D is #8ED2D2. Grayscale: #414141. Windows color (decimal): -9360083 or 2960753. OLE color: 2960753.

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

Color convert

RGB1134545-
CMYK00.600.600.56
HSL43.04%30.98%-
HSV(B)60.18%44.31%-
XYZ8.225.583.13-
YUV65.33116.53162-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=55.67%
G=22.17%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113454500.600.600.56043.0430.98
Hex712D2D03C3C3802b1f
Octal1615555074747005337
Binary11100011011011011010111100111100111000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712D2D; }

 p { color: rgb(113,45,45); }

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

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

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

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

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

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

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