#72072E

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

Shades of Burgundy #72072E

Tints of Burgundy #72072E

Color information

#72072E (or 0x72072E) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 2E. RGB value is (114,7,46). Sum of RGB (Red+Green+Blue) = 114+7+46=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72072E is #8DF8D1. Grayscale: #2B2B2B. Windows color (decimal): -9304274 or 3016562. OLE color: 3016562.

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

Color convert

RGB114746-
CMYK00.940.600.55
HSL338.13º88.43%23.73%-
HSV(B)338.13º93.86%44.71%-
XYZ7.513.932.95-
YUV43.44129.45178.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=68.26%
G=4.19%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11474600.940.600.55338.1388.4323.73
Hex7272E05E3C371525818
Octal1627560136746752213030
Binary111001011110111001011110111100110111101010010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72072E; }

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

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

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

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

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

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

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

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