#710726

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

Shades of Burgundy #710726

Tints of Burgundy #710726

Color information

#710726 (or 0x710726) is unknown color: approx Burgundy. HEX triplet: 71, 07 and 26. RGB value is (113,7,38). Sum of RGB (Red+Green+Blue) = 113+7+38=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #710726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710726 is #8EF8D9. Grayscale: #2A2A2A. Windows color (decimal): -9369818 or 2492273. OLE color: 2492273.

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

Color convert

RGB113738-
CMYK00.940.660.56
HSL342.45º88.33%23.53%-
HSV(B)342.45º93.81%44.31%-
XYZ7.243.82.19-
YUV42.23125.62178.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=71.52%
G=4.43%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11373800.940.660.56342.4588.3323.53
Hex7172605E42381565818
Octal16174601361027052613030
Binary1110001111100110010111101000010111000101010110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710726; }

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

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

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

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

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

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

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

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