#712A27

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

Shades of Auburn #712A27

Tints of Auburn #712A27

Color information

#712A27 (or 0x712A27) is unknown color: approx Auburn. HEX triplet: 71, 2A and 27. RGB value is (113,42,39). Sum of RGB (Red+Green+Blue) = 113+42+39=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #712A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A27 is #8ED5D8. Grayscale: #3E3E3E. Windows color (decimal): -9360857 or 2566769. OLE color: 2566769.

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

Color convert

RGB1134239-
CMYK00.630.650.56
HSL2.43º48.68%29.8%-
HSV(B)2.43º65.49%44.31%-
XYZ85.312.52-
YUV62.89114.52163.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=58.25%
G=21.65%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113423900.630.650.562.4348.6829.8
Hex712A2703F41382311e
Octal16152470771017026136
Binary1110001101010100111011111110000011110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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