#80012B

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

Shades of Burgundy #80012B

Tints of Burgundy #80012B

Color information

#80012B (or 0x80012B) is unknown color: approx Burgundy. HEX triplet: 80, 01 and 2B. RGB value is (128,1,43). Sum of RGB (Red+Green+Blue) = 128+1+43=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #80012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80012B is #7FFED4. Grayscale: #2B2B2B. Windows color (decimal): -8388309 or 2818432. OLE color: 2818432.

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

Color convert

RGB128143-
CMYK00.990.660.50
HSL340.16º98.45%25.29%-
HSV(B)340.16º99.22%50.2%-
XYZ9.354.792.72-
YUV43.76127.58188.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.42%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 43 (17.19% from 255) = 25%
R=74.42%
G=0.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12814300.990.660.50340.1698.4525.29
Hex8012B06342321546219
Octal20015301431026252414231
Binary100000001101011011000111000010110010101010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,1,43); }

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

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

 a { background-color: rgb(128,1,43); }

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

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

 span { border-color: rgb(128,1,43); }

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