#7E0218

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

Shades of Burgundy #7E0218

Tints of Burgundy #7E0218

Color information

#7E0218 (or 0x7E0218) is unknown color: approx Burgundy. HEX triplet: 7E, 02 and 18. RGB value is (126,2,24). Sum of RGB (Red+Green+Blue) = 126+2+24=152 (20% of max value = 765). Red value is 126 (49.61% from 255 or 82.89% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0218 is #81FDE7. Grayscale: #292929. Windows color (decimal): -8519144 or 1573502. OLE color: 1573502.

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

Color convert

RGB126224-
CMYK00.980.810.51
HSL349.35º96.88%25.1%-
HSV(B)349.35º98.41%49.41%-
XYZ8.794.541.28-
YUV41.58118.08188.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 82.89%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=82.89%
G=1.32%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12622400.980.810.51349.3596.8825.1
Hex7E218062513315d6119
Octal17623001421216353514131
Binary11111101011000011000101010001110011101011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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