#720524

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

Shades of Burgundy #720524

Tints of Burgundy #720524

Color information

#720524 (or 0x720524) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 24. RGB value is (114,5,36). Sum of RGB (Red+Green+Blue) = 114+5+36=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720524 is #8DFADB. Grayscale: #292929. Windows color (decimal): -9304796 or 2360690. OLE color: 2360690.

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

Color convert

RGB114536-
CMYK00.960.680.55
HSL342.94º91.6%23.33%-
HSV(B)342.94º95.61%44.71%-
XYZ7.313.812.02-
YUV41.12125.11179.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=73.55%
G=3.23%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11453600.960.680.55342.9491.623.33
Hex7252406044371575c17
Octal16254401401046752713427
Binary1110010101100100011000001000100110111101010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720524; }

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

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

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

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

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

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

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

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