#80021E

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

Shades of Burgundy #80021E

Tints of Burgundy #80021E

Color information

#80021E (or 0x80021E) is unknown color: approx Burgundy. HEX triplet: 80, 02 and 1E. RGB value is (128,2,30). Sum of RGB (Red+Green+Blue) = 128+2+30=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80021E is #7FFDE1. Grayscale: #2A2A2A. Windows color (decimal): -8388066 or 1966720. OLE color: 1966720.

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

Color convert

RGB128230-
CMYK00.980.770.50
HSL346.67º96.92%25.49%-
HSV(B)346.67º98.44%50.2%-
XYZ9.164.731.66-
YUV42.87120.74188.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 80%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=80%
G=1.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12823000.980.770.50346.6796.9225.49
Hex8021E0624D3215b6119
Octal20023601421156253314131
Binary100000001011110011000101001101110010101011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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