#72072C

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

Shades of Burgundy #72072C

Tints of Burgundy #72072C

Color information

#72072C (or 0x72072C) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 2C. RGB value is (114,7,44). Sum of RGB (Red+Green+Blue) = 114+7+44=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72072C is #8DF8D3. Grayscale: #2B2B2B. Windows color (decimal): -9304276 or 2885490. OLE color: 2885490.

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

Color convert

RGB114744-
CMYK00.940.610.55
HSL339.25º88.43%23.73%-
HSV(B)339.25º93.86%44.71%-
XYZ7.473.912.74-
YUV43.21128.45178.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=69.09%
G=4.24%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11474400.940.610.55339.2588.4323.73
Hex7272C05E3D371535818
Octal1627540136756752313030
Binary111001011110110001011110111101110111101010011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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