#7E021E

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

Shades of Burgundy #7E021E

Tints of Burgundy #7E021E

Color information

#7E021E (or 0x7E021E) is unknown color: approx Burgundy. HEX triplet: 7E, 02 and 1E. RGB value is (126,2,30). Sum of RGB (Red+Green+Blue) = 126+2+30=158 (20% of max value = 765). Red value is 126 (49.61% from 255 or 79.75% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 126 - color contains mainly: red. Hex color #7E021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E021E is #81FDE1. Grayscale: #2A2A2A. Windows color (decimal): -8519138 or 1966718. OLE color: 1966718.

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

Color convert

RGB126230-
CMYK00.980.760.51
HSL346.45º96.88%25.1%-
HSV(B)346.45º98.41%49.41%-
XYZ8.864.571.64-
YUV42.27121.08187.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 79.75%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=79.75%
G=1.27%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12623000.980.760.51346.4596.8825.1
Hex7E21E0624C3315a6119
Octal17623601421146353214131
Binary11111101011110011000101001100110011101011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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