#80012C

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

Shades of Burgundy #80012C

Tints of Burgundy #80012C

Color information

#80012C (or 0x80012C) is unknown color: approx Burgundy. HEX triplet: 80, 01 and 2C. RGB value is (128,1,44). Sum of RGB (Red+Green+Blue) = 128+1+44=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80012C is #7FFED3. Grayscale: #2B2B2B. Windows color (decimal): -8388308 or 2883968. OLE color: 2883968.

HSL color Cylindrical-coordinate representation of color #80012C: hue angle of 339.69º 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 #80012C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB128144-
CMYK00.990.660.50
HSL339.69º98.45%25.29%-
HSV(B)339.69º99.22%50.2%-
XYZ9.374.792.81-
YUV43.88128.08188-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 73.99%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=73.99%
G=0.58%
B=25.43%

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
Decimal12814400.990.660.50339.6998.4525.29
Hex8012C06342321546219
Octal20015401431026252414231
Binary100000001101100011000111000010110010101010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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