#80081b

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

Shades of Burgundy #80081B

Tints of Burgundy #80081B

Color information

#80081B (or 0x80081B) is unknown color: approx Burgundy. HEX triplet: 80, 08 and 1B. RGB value is (128,8,27). Sum of RGB (Red+Green+Blue) = 128+8+27=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #80081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80081B is #7FF7E4. Grayscale: #2E2E2E. Windows color (decimal): -8386533 or 1771648. OLE color: 1771648.

HSL color Cylindrical-coordinate representation of color #80081B: hue angle of 350.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80081B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB128827-
CMYK00.940.790.50
HSL350.5º88.24%26.67%-
HSV(B)350.5º93.75%50.2%-
XYZ9.194.841.49-
YUV46.05117.26186.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 78.53%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=78.53%
G=4.91%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12882700.940.790.50350.588.2426.67
Hex8081B05E4F3215e581b
Octal200103301361176253613033
Binary10000000100011011010111101001111110010101011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80081b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80081b; }

 p { color: rgb(128,8,27); }

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

<style>
 a { background-color: #80081b; }

 a { background-color: rgb(128,8,27); }

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

<style>
 span { border-color: #80081b; }

 span { border-color: rgb(128,8,27); }

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