#713231

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

Shades of Auburn #713231

Tints of Auburn #713231

Color information

#713231 (or 0x713231) is unknown color: approx Auburn. HEX triplet: 71, 32 and 31. RGB value is (113,50,49). Sum of RGB (Red+Green+Blue) = 113+50+49=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #713231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713231 is #8ECDCE. Grayscale: #444444. Windows color (decimal): -9358799 or 3224177. OLE color: 3224177.

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

Color convert

RGB1135049-
CMYK00.560.570.56
HSL0.94º39.51%31.76%-
HSV(B)0.94º56.64%44.31%-
XYZ8.516.013.62-
YUV68.72116.87159.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=53.30%
G=23.58%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113504900.560.570.560.9439.5131.76
Hex713231038393812820
Octal1616261070717015040
Binary111000111001011000101110001110011110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713231; }

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

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

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

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

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

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

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

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