#712A24

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

Shades of Auburn #712A24

Tints of Auburn #712A24

Color information

#712A24 (or 0x712A24) is unknown color: approx Auburn. HEX triplet: 71, 2A and 24. RGB value is (113,42,36). Sum of RGB (Red+Green+Blue) = 113+42+36=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #712A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A24 is #8ED5DB. Grayscale: #3E3E3E. Windows color (decimal): -9360860 or 2370161. OLE color: 2370161.

HSL color Cylindrical-coordinate representation of color #712A24: hue angle of 4.68º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712A24 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1134236-
CMYK00.630.680.56
HSL4.68º51.68%29.22%-
HSV(B)4.68º68.14%44.31%-
XYZ7.965.292.27-
YUV62.54113.02163.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=59.16%
G=21.99%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113423600.630.680.564.6851.6829.22
Hex712A2403F44385341d
Octal16152440771047056435
Binary11100011010101001000111111100010011100010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,42,36); }

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

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

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

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

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

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

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