#80031B

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

Shades of Burgundy #80031B

Tints of Burgundy #80031B

Color information

#80031B (or 0x80031B) is unknown color: approx Burgundy. HEX triplet: 80, 03 and 1B. RGB value is (128,3,27). Sum of RGB (Red+Green+Blue) = 128+3+27=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #80031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80031B is #7FFCE4. Grayscale: #2B2B2B. Windows color (decimal): -8387813 or 1770368. OLE color: 1770368.

HSL color Cylindrical-coordinate representation of color #80031B: hue angle of 348.48º 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 #80031B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB128327-
CMYK00.980.790.50
HSL348.48º95.42%25.69%-
HSV(B)348.48º97.66%50.2%-
XYZ9.134.731.47-
YUV43.11118.91188.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 81.01%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=81.01%
G=1.90%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12832700.980.790.50348.4895.4225.69
Hex8031B0624F3215c5f1a
Octal20033301421176253413732
Binary100000001111011011000101001111110010101011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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