#7E041F

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

Shades of Burgundy #7E041F

Tints of Burgundy #7E041F

Color information

#7E041F (or 0x7E041F) is unknown color: approx Burgundy. HEX triplet: 7E, 04 and 1F. RGB value is (126,4,31). Sum of RGB (Red+Green+Blue) = 126+4+31=161 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.26% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 126 - color contains mainly: red. Hex color #7E041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E041F is #81FBE0. Grayscale: #2B2B2B. Windows color (decimal): -8518625 or 2032766. OLE color: 2032766.

HSL color Cylindrical-coordinate representation of color #7E041F: hue angle of 346.72º 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 #7E041F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB126431-
CMYK00.970.750.51
HSL346.72º93.85%25.49%-
HSV(B)346.72º96.83%49.41%-
XYZ8.894.621.72-
YUV43.56120.92186.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 78.26%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=78.26%
G=2.48%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12643100.970.750.51346.7293.8525.49
Hex7E41F0614B3315b5e19
Octal17643701411136353313631
Binary111111010011111011000011001011110011101011011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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