#720020

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

Shades of Burgundy #720020

Tints of Burgundy #720020

Color information

#720020 (or 0x720020) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 20. RGB value is (114,0,32). Sum of RGB (Red+Green+Blue) = 114+0+32=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720020 is #8DFFDF. Grayscale: #252525. Windows color (decimal): -9306080 or 2097266. OLE color: 2097266.

HSL color Cylindrical-coordinate representation of color #720020: hue angle of 343.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720020 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB114032-
CMYK010.720.55
HSL343.16º100%22.35%-
HSV(B)343.16º100%44.71%-
XYZ7.23.681.7-
YUV37.73124.77182.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=78.08%
G=0%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114032010.720.55343.1610022.35
Hex7202006448371576416
Octal16204001441106752714426
Binary11100100100000011001001001000110111101010111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720020; }

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

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

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

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

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

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

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

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