#720520

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

Shades of Burgundy #720520

Tints of Burgundy #720520

Color information

#720520 (or 0x720520) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 20. RGB value is (114,5,32). Sum of RGB (Red+Green+Blue) = 114+5+32=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #720520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720520 is #8DFADF. Grayscale: #282828. Windows color (decimal): -9304800 or 2098546. OLE color: 2098546.

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

Color convert

RGB114532-
CMYK00.960.720.55
HSL345.14º91.6%23.33%-
HSV(B)345.14º95.61%44.71%-
XYZ7.253.791.72-
YUV40.67123.11180.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=75.50%
G=3.31%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11453200.960.720.55345.1491.623.33
Hex7252006048371595c17
Octal16254001401106753113427
Binary1110010101100000011000001001000110111101011001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720520; }

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

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

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

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

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

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

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

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