#80121E

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

Shades of Burgundy #80121E

Tints of Burgundy #80121E

Color information

#80121E (or 0x80121E) is unknown color: approx Burgundy. HEX triplet: 80, 12 and 1E. RGB value is (128,18,30). Sum of RGB (Red+Green+Blue) = 128+18+30=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80121E is #7FEDE1. Grayscale: #343434. Windows color (decimal): -8383970 or 1970816. OLE color: 1970816.

HSL color Cylindrical-coordinate representation of color #80121E: hue angle of 353.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80121E is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1281830-
CMYK00.860.770.50
HSL353.45º75.34%28.63%-
HSV(B)353.45º85.94%50.2%-
XYZ9.355.121.72-
YUV52.26115.44182.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 72.73%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=72.73%
G=10.23%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128183000.860.770.50353.4575.3428.63
Hex80121E0564D321614b1d
Octal200223601261156254111335
Binary100000001001011110010101101001101110010101100001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80121E; }

 p { color: rgb(128,18,30); }

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

<style>
 a { background-color: #80121E; }

 a { background-color: rgb(128,18,30); }

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

<style>
 span { border-color: #80121E; }

 span { border-color: rgb(128,18,30); }

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