#80081A

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

Shades of Burgundy #80081A

Tints of Burgundy #80081A

Color information

#80081A (or 0x80081A) is unknown color: approx Burgundy. HEX triplet: 80, 08 and 1A. RGB value is (128,8,26). Sum of RGB (Red+Green+Blue) = 128+8+26=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80081A is #7FF7E5. Grayscale: #2D2D2D. Windows color (decimal): -8386534 or 1706112. OLE color: 1706112.

HSL color Cylindrical-coordinate representation of color #80081A: hue angle of 351º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80081A is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB128826-
CMYK00.940.800.50
HSL351º88.24%26.67%-
HSV(B)351º93.75%50.2%-
XYZ9.184.841.43-
YUV45.93116.76186.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 79.01%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=79.01%
G=4.94%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12882600.940.800.5035188.2426.67
Hex8081A05E503215f581b
Octal200103201361206253713033
Binary10000000100011010010111101010000110010101011111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80081A; }

 p { color: rgb(128,8,26); }

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

<style>
 a { background-color: #80081A; }

 a { background-color: rgb(128,8,26); }

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

<style>
 span { border-color: #80081A; }

 span { border-color: rgb(128,8,26); }

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