#7E0418

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

Shades of Burgundy #7E0418

Tints of Burgundy #7E0418

Color information

#7E0418 (or 0x7E0418) is unknown color: approx Burgundy. HEX triplet: 7E, 04 and 18. RGB value is (126,4,24). Sum of RGB (Red+Green+Blue) = 126+4+24=154 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.82% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0418 is #81FBE7. Grayscale: #2A2A2A. Windows color (decimal): -8518632 or 1574014. OLE color: 1574014.

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

Color convert

RGB126424-
CMYK00.970.810.51
HSL350.16º93.85%25.49%-
HSV(B)350.16º96.83%49.41%-
XYZ8.814.591.29-
YUV42.76117.42187.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 81.82%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=81.82%
G=2.60%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12642400.970.810.51350.1693.8525.49
Hex7E418061513315e5e19
Octal17643001411216353613631
Binary111111010011000011000011010001110011101011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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