#80071A

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

Shades of Burgundy #80071A

Tints of Burgundy #80071A

Color information

#80071A (or 0x80071A) is unknown color: approx Burgundy. HEX triplet: 80, 07 and 1A. RGB value is (128,7,26). Sum of RGB (Red+Green+Blue) = 128+7+26=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80071A is #7FF8E5. Grayscale: #2D2D2D. Windows color (decimal): -8386790 or 1705856. OLE color: 1705856.

HSL color Cylindrical-coordinate representation of color #80071A: hue angle of 350.58º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80071A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB128726-
CMYK00.950.800.50
HSL350.58º89.63%26.47%-
HSV(B)350.58º94.53%50.2%-
XYZ9.164.821.42-
YUV45.34117.09186.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 79.50%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=79.50%
G=4.35%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12872600.950.800.50350.5889.6326.47
Hex8071A05F503215f5a1a
Octal20073201371206253713232
Binary1000000011111010010111111010000110010101011111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80071A; }

 p { color: rgb(128,7,26); }

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

<style>
 a { background-color: #80071A; }

 a { background-color: rgb(128,7,26); }

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

<style>
 span { border-color: #80071A; }

 span { border-color: rgb(128,7,26); }

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