#720712

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

Shades of Burgundy #720712

Tints of Burgundy #720712

Color information

#720712 (or 0x720712) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 12. RGB value is (114,7,18). Sum of RGB (Red+Green+Blue) = 114+7+18=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #720712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720712 is #8DF8ED. Grayscale: #282828. Windows color (decimal): -9304302 or 1181554. OLE color: 1181554.

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

Color convert

RGB114718-
CMYK00.940.840.55
HSL353.83º88.43%23.73%-
HSV(B)353.83º93.86%44.71%-
XYZ7.123.770.93-
YUV40.25115.45180.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.01%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=82.01%
G=5.04%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11471800.940.840.55353.8388.4323.73
Hex7271205E54371625818
Octal16272201361246754213030
Binary111001011110010010111101010100110111101100010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720712; }

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

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

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

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

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

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

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

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