#710526

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

Shades of Burgundy #710526

Tints of Burgundy #710526

Color information

#710526 (or 0x710526) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 26. RGB value is (113,5,38). Sum of RGB (Red+Green+Blue) = 113+5+38=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710526 is #8EFAD9. Grayscale: #292929. Windows color (decimal): -9370330 or 2491761. OLE color: 2491761.

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

Color convert

RGB113538-
CMYK00.960.660.56
HSL341.67º91.53%23.14%-
HSV(B)341.67º95.58%44.31%-
XYZ7.213.762.18-
YUV41.05126.28179.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=72.44%
G=3.21%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11353800.960.660.56341.6791.5323.14
Hex7152606042381565c17
Octal16154601401027052613427
Binary1110001101100110011000001000010111000101010110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710526; }

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

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

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

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

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

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

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

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