#72082D

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

Shades of Burgundy #72082D

Tints of Burgundy #72082D

Color information

#72082D (or 0x72082D) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 2D. RGB value is (114,8,45). Sum of RGB (Red+Green+Blue) = 114+8+45=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72082D is #8DF7D2. Grayscale: #2B2B2B. Windows color (decimal): -9304019 or 2951282. OLE color: 2951282.

HSL color Cylindrical-coordinate representation of color #72082D: hue angle of 339.06º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72082D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB114845-
CMYK00.930.610.55
HSL339.06º86.89%23.92%-
HSV(B)339.06º92.98%44.71%-
XYZ7.53.942.85-
YUV43.91128.62177.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=68.26%
G=4.79%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11484500.930.610.55339.0686.8923.92
Hex7282D05D3D371535718
Octal16210550135756752312730
Binary1110010100010110101011101111101110111101010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72082D; }

 p { color: rgb(114,8,45); }

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

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

 a { background-color: rgb(114,8,45); }

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

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

 span { border-color: rgb(114,8,45); }

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