#712626

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

Shades of Auburn #712626

Tints of Auburn #712626

Color information

#712626 (or 0x712626) is unknown color: approx Auburn. HEX triplet: 71, 26 and 26. RGB value is (113,38,38). Sum of RGB (Red+Green+Blue) = 113+38+38=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #712626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712626 is #8ED9D9. Grayscale: #3C3C3C. Windows color (decimal): -9361882 or 2500209. OLE color: 2500209.

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

Color convert

RGB1133838-
CMYK00.660.660.56
HSL49.67%29.61%-
HSV(B)66.37%44.31%-
XYZ7.855.042.39-
YUV60.42115.35165.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=59.79%
G=20.11%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113383800.660.660.56049.6729.61
Hex71262604242380321e
Octal161464601021027006236
Binary1110001100110100110010000101000010111000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712626; }

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

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

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

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

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

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

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

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