#720723

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

Shades of Burgundy #720723

Tints of Burgundy #720723

Color information

#720723 (or 0x720723) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 23. RGB value is (114,7,35). Sum of RGB (Red+Green+Blue) = 114+7+35=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720723 is #8DF8DC. Grayscale: #2A2A2A. Windows color (decimal): -9304285 or 2295666. OLE color: 2295666.

HSL color Cylindrical-coordinate representation of color #720723: hue angle of 344.3º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720723 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB114735-
CMYK00.940.690.55
HSL344.3º88.43%23.73%-
HSV(B)344.3º93.86%44.71%-
XYZ7.323.851.95-
YUV42.18123.95179.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=73.08%
G=4.49%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11473500.940.690.55344.388.4323.73
Hex7272305E45371585818
Octal16274301361056753013030
Binary1110010111100011010111101000101110111101011000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720723; }

 p { color: rgb(114,7,35); }

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

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

 a { background-color: rgb(114,7,35); }

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

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

 span { border-color: rgb(114,7,35); }

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