#720710

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

Shades of Burgundy #720710

Tints of Burgundy #720710

Color information

#720710 (or 0x720710) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 10. RGB value is (114,7,16). Sum of RGB (Red+Green+Blue) = 114+7+16=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720710 is #8DF8EF. Grayscale: #282828. Windows color (decimal): -9304304 or 1050482. OLE color: 1050482.

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

Color convert

RGB114716-
CMYK00.940.860.55
HSL354.95º88.43%23.73%-
HSV(B)354.95º93.86%44.71%-
XYZ7.113.770.84-
YUV40.02114.45180.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=83.21%
G=5.11%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11471600.940.860.55354.9588.4323.73
Hex7271005E56371635818
Octal16272001361266754313030
Binary111001011110000010111101010110110111101100011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720710; }

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

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

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

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

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

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

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

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