#7E041D

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

Shades of Burgundy #7E041D

Tints of Burgundy #7E041D

Color information

#7E041D (or 0x7E041D) is unknown color: approx Burgundy. HEX triplet: 7E, 04 and 1D. RGB value is (126,4,29). Sum of RGB (Red+Green+Blue) = 126+4+29=159 (21% of max value = 765). Red value is 126 (49.61% from 255 or 79.25% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 126 - color contains mainly: red. Hex color #7E041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E041D is #81FBE2. Grayscale: #2B2B2B. Windows color (decimal): -8518627 or 1901694. OLE color: 1901694.

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

Color convert

RGB126429-
CMYK00.970.770.51
HSL347.7º93.85%25.49%-
HSV(B)347.7º96.83%49.41%-
XYZ8.874.611.58-
YUV43.33119.92186.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 79.25%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=79.25%
G=2.52%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12642900.970.770.51347.793.8525.49
Hex7E41D0614D3315c5e19
Octal17643501411156353413631
Binary111111010011101011000011001101110011101011100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,4,29); }

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

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

 a { background-color: rgb(126,4,29); }

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

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

 span { border-color: rgb(126,4,29); }

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