#7D021C

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

Shades of Burgundy #7D021C

Tints of Burgundy #7D021C

Color information

#7D021C (or 0x7D021C) is unknown color: approx Burgundy. HEX triplet: 7D, 02 and 1C. RGB value is (125,2,28). Sum of RGB (Red+Green+Blue) = 125+2+28=155 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.65% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 125 - color contains mainly: red. Hex color #7D021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D021C is #82FDE3. Grayscale: #292929. Windows color (decimal): -8584676 or 1835645. OLE color: 1835645.

HSL color Cylindrical-coordinate representation of color #7D021C: hue angle of 347.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D021C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB125228-
CMYK00.980.780.51
HSL347.32º96.85%24.9%-
HSV(B)347.32º98.4%49.02%-
XYZ8.694.491.51-
YUV41.74120.25187.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 80.65%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=80.65%
G=1.29%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12522800.980.780.51347.3296.8524.9
Hex7D21C0624E3315b6119
Octal17523401421166353314131
Binary11111011011100011000101001110110011101011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D021C; }

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

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

<style>
 a { background-color: #7D021C; }

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

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

<style>
 span { border-color: #7D021C; }

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

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