#7E051F

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

Shades of Burgundy #7E051F

Tints of Burgundy #7E051F

Color information

#7E051F (or 0x7E051F) is unknown color: approx Burgundy. HEX triplet: 7E, 05 and 1F. RGB value is (126,5,31). Sum of RGB (Red+Green+Blue) = 126+5+31=162 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.78% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 126 - color contains mainly: red. Hex color #7E051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E051F is #81FAE0. Grayscale: #2C2C2C. Windows color (decimal): -8518369 or 2033022. OLE color: 2033022.

HSL color Cylindrical-coordinate representation of color #7E051F: hue angle of 347.11º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E051F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB126531-
CMYK00.960.750.51
HSL347.11º92.37%25.69%-
HSV(B)347.11º96.03%49.41%-
XYZ8.914.641.72-
YUV44.14120.59186.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 77.78%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=77.78%
G=3.09%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12653100.960.750.51347.1192.3725.69
Hex7E51F0604B3315b5c1a
Octal17653701401136353313432
Binary111111010111111011000001001011110011101011011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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