#7E051E

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

Shades of Burgundy #7E051E

Tints of Burgundy #7E051E

Color information

#7E051E (or 0x7E051E) is unknown color: approx Burgundy. HEX triplet: 7E, 05 and 1E. RGB value is (126,5,30). Sum of RGB (Red+Green+Blue) = 126+5+30=161 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.26% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 126 - color contains mainly: red. Hex color #7E051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E051E is #81FAE1. Grayscale: #2C2C2C. Windows color (decimal): -8518370 or 1967486. OLE color: 1967486.

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

Color convert

RGB126530-
CMYK00.960.760.51
HSL347.6º92.37%25.69%-
HSV(B)347.6º96.03%49.41%-
XYZ8.894.641.65-
YUV44.03120.09186.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 78.26%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=78.26%
G=3.11%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12653000.960.760.51347.692.3725.69
Hex7E51E0604C3315c5c1a
Octal17653601401146353413432
Binary111111010111110011000001001100110011101011100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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