#7E0314

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

Shades of Burgundy #7E0314

Tints of Burgundy #7E0314

Color information

#7E0314 (or 0x7E0314) is unknown color: approx Burgundy. HEX triplet: 7E, 03 and 14. RGB value is (126,3,20). Sum of RGB (Red+Green+Blue) = 126+3+20=149 (19% of max value = 765). Red value is 126 (49.61% from 255 or 84.56% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0314 is #81FCEB. Grayscale: #292929. Windows color (decimal): -8518892 or 1311614. OLE color: 1311614.

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

Color convert

RGB126320-
CMYK00.980.840.51
HSL351.71º95.35%25.29%-
HSV(B)351.71º97.62%49.41%-
XYZ8.764.551.08-
YUV41.72115.75188.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 84.56%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=84.56%
G=2.01%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12632000.980.840.51351.7195.3525.29
Hex7E31406254331605f19
Octal17632401421246354013731
Binary11111101110100011000101010100110011101100000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,3,20); }

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

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

 a { background-color: rgb(126,3,20); }

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

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

 span { border-color: rgb(126,3,20); }

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