#80041E

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

Shades of Burgundy #80041E

Tints of Burgundy #80041E

Color information

#80041E (or 0x80041E) is unknown color: approx Burgundy. HEX triplet: 80, 04 and 1E. RGB value is (128,4,30). Sum of RGB (Red+Green+Blue) = 128+4+30=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80041E is #7FFBE1. Grayscale: #2C2C2C. Windows color (decimal): -8387554 or 1967232. OLE color: 1967232.

HSL color Cylindrical-coordinate representation of color #80041E: hue angle of 347.42º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80041E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB128430-
CMYK00.970.770.50
HSL347.42º93.94%25.88%-
HSV(B)347.42º96.88%50.2%-
XYZ9.184.771.67-
YUV44.04120.08187.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 79.01%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=79.01%
G=2.47%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12843000.970.770.50347.4293.9425.88
Hex8041E0614D3215b5e1a
Octal20043601411156253313632
Binary1000000010011110011000011001101110010101011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80041E; }

 p { color: rgb(128,4,30); }

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

<style>
 a { background-color: #80041E; }

 a { background-color: rgb(128,4,30); }

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

<style>
 span { border-color: #80041E; }

 span { border-color: rgb(128,4,30); }

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