#80031A

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

Shades of Burgundy #80031A

Tints of Burgundy #80031A

Color information

#80031A (or 0x80031A) is unknown color: approx Burgundy. HEX triplet: 80, 03 and 1A. RGB value is (128,3,26). Sum of RGB (Red+Green+Blue) = 128+3+26=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #80031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80031A is #7FFCE5. Grayscale: #2B2B2B. Windows color (decimal): -8387814 or 1704832. OLE color: 1704832.

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

Color convert

RGB128326-
CMYK00.980.800.50
HSL348.96º95.42%25.69%-
HSV(B)348.96º97.66%50.2%-
XYZ9.124.731.41-
YUV43118.41188.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 81.53%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=81.53%
G=1.91%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12832600.980.800.50348.9695.4225.69
Hex8031A062503215d5f1a
Octal20033201421206253513732
Binary100000001111010011000101010000110010101011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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