#720526

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

Shades of Burgundy #720526

Tints of Burgundy #720526

Color information

#720526 (or 0x720526) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 26. RGB value is (114,5,38). Sum of RGB (Red+Green+Blue) = 114+5+38=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #720526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720526 is #8DFAD9. Grayscale: #292929. Windows color (decimal): -9304794 or 2491762. OLE color: 2491762.

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

Color convert

RGB114538-
CMYK00.960.670.55
HSL341.83º91.6%23.33%-
HSV(B)341.83º95.61%44.71%-
XYZ7.343.832.19-
YUV41.35126.11179.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=72.61%
G=3.18%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11453800.960.670.55341.8391.623.33
Hex7252606043371565c17
Octal16254601401036752613427
Binary1110010101100110011000001000011110111101010110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720526; }

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

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

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

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

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

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

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

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