#720611

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

Shades of Burgundy #720611

Tints of Burgundy #720611

Color information

#720611 (or 0x720611) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 11. RGB value is (114,6,17). Sum of RGB (Red+Green+Blue) = 114+6+17=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720611 is #8DF9EE. Grayscale: #272727. Windows color (decimal): -9304559 or 1115762. OLE color: 1115762.

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

Color convert

RGB114617-
CMYK00.950.850.55
HSL353.89º90%23.53%-
HSV(B)353.89º94.74%44.71%-
XYZ7.113.750.88-
YUV39.55115.28181.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=83.21%
G=4.38%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11461700.950.850.55353.899023.53
Hex7261105F55371625a18
Octal16262101371256754213230
Binary111001011010001010111111010101110111101100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720611; }

 p { color: rgb(114,6,17); }

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

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

 a { background-color: rgb(114,6,17); }

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

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

 span { border-color: rgb(114,6,17); }

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