#72032C

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

Shades of Burgundy #72032C

Tints of Burgundy #72032C

Color information

#72032C (or 0x72032C) is unknown color: approx Burgundy. HEX triplet: 72, 03 and 2C. RGB value is (114,3,44). Sum of RGB (Red+Green+Blue) = 114+3+44=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72032C is #8DFCD3. Grayscale: #282828. Windows color (decimal): -9305300 or 2884466. OLE color: 2884466.

HSL color Cylindrical-coordinate representation of color #72032C: hue angle of 337.84º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72032C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB114344-
CMYK00.970.610.55
HSL337.84º94.87%22.94%-
HSV(B)337.84º97.37%44.71%-
XYZ7.433.822.73-
YUV40.86129.77180.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=70.81%
G=1.86%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11434400.970.610.55337.8494.8722.94
Hex7232C0613D371525f17
Octal1623540141756752213727
Binary11100101110110001100001111101110111101010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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