#72020E

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

Shades of Burgundy #72020E

Tints of Burgundy #72020E

Color information

#72020E (or 0x72020E) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 0E. RGB value is (114,2,14). Sum of RGB (Red+Green+Blue) = 114+2+14=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #72020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72020E is #8DFDF1. Grayscale: #242424. Windows color (decimal): -9305586 or 918130. OLE color: 918130.

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

Color convert

RGB114214-
CMYK00.980.880.55
HSL353.57º96.55%22.75%-
HSV(B)353.57º98.25%44.71%-
XYZ7.043.650.75-
YUV36.86115.11183.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 87.69%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=87.69%
G=1.54%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421400.980.880.55353.5796.5522.75
Hex722E06258371626117
Octal16221601421306754214127
Binary1110010101110011000101011000110111101100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,2,14); }

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

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

 a { background-color: rgb(114,2,14); }

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

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

 span { border-color: rgb(114,2,14); }

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