#80001c

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

Shades of Burgundy #80001C

Tints of Burgundy #80001C

Color information

#80001C (or 0x80001C) is unknown color: approx Burgundy. HEX triplet: 80, 00 and 1C. RGB value is (128,0,28). Sum of RGB (Red+Green+Blue) = 128+0+28=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #80001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80001C is #7FFFE3. Grayscale: #292929. Windows color (decimal): -8388580 or 1835136. OLE color: 1835136.

HSL color Cylindrical-coordinate representation of color #80001C: hue angle of 346.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80001C is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB128028-
CMYK010.780.50
HSL346.88º100%25.1%-
HSV(B)346.88º100%50.2%-
XYZ9.114.671.52-
YUV41.46120.41189.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 82.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=82.05%
G=0%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128028010.780.50346.8810025.1
Hex8001C0644E3215b6419
Octal20003401441166253314431
Binary10000000011100011001001001110110010101011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80001c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80001c; }

 p { color: rgb(128,0,28); }

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

<style>
 a { background-color: #80001c; }

 a { background-color: rgb(128,0,28); }

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

<style>
 span { border-color: #80001c; }

 span { border-color: rgb(128,0,28); }

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