#72021C

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

Shades of Burgundy #72021C

Tints of Burgundy #72021C

Color information

#72021C (or 0x72021C) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 1C. RGB value is (114,2,28). Sum of RGB (Red+Green+Blue) = 114+2+28=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72021C is #8DFDE3. Grayscale: #262626. Windows color (decimal): -9305572 or 1835634. OLE color: 1835634.

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

Color convert

RGB114228-
CMYK00.980.750.55
HSL346.07º96.55%22.75%-
HSV(B)346.07º98.25%44.71%-
XYZ7.173.71.44-
YUV38.45122.11181.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=79.17%
G=1.39%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11422800.980.750.55346.0796.5522.75
Hex7221C0624B3715a6117
Octal16223401421136753214127
Binary11100101011100011000101001011110111101011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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