#712727

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

Shades of Auburn #712727

Tints of Auburn #712727

Color information

#712727 (or 0x712727) is unknown color: approx Auburn. HEX triplet: 71, 27 and 27. RGB value is (113,39,39). Sum of RGB (Red+Green+Blue) = 113+39+39=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #712727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712727 is #8ED8D8. Grayscale: #3D3D3D. Windows color (decimal): -9361625 or 2566001. OLE color: 2566001.

HSL color Cylindrical-coordinate representation of color #712727: hue angle of 0º 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 #712727 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1133939-
CMYK00.650.650.56
HSL48.68%29.8%-
HSV(B)65.49%44.31%-
XYZ7.95.112.49-
YUV61.13115.52165-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=59.16%
G=20.42%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113393900.650.650.56048.6829.8
Hex71272704141380311e
Octal161474701011017006136
Binary1110001100111100111010000011000001111000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712727; }

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

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

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

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

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

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

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

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