#800a31

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

Shades of Burgundy #800A31

Tints of Burgundy #800A31

Color information

#800A31 (or 0x800A31) is unknown color: approx Burgundy. HEX triplet: 80, 0A and 31. RGB value is (128,10,49). Sum of RGB (Red+Green+Blue) = 128+10+49=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #800A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800A31 is #7FF5CE. Grayscale: #313131. Windows color (decimal): -8385999 or 3213952. OLE color: 3213952.

HSL color Cylindrical-coordinate representation of color #800A31: hue angle of 340.17º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A31 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1281049-
CMYK00.920.620.50
HSL340.17º85.51%27.06%-
HSV(B)340.17º92.19%50.2%-
XYZ9.575.033.37-
YUV49.73127.59183.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.45%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=68.45%
G=5.35%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128104900.920.620.50340.1785.5127.06
Hex80A3105C3E32154561b
Octal20012610134766252412633
Binary10000000101011000101011100111110110010101010100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800a31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800a31; }

 p { color: rgb(128,10,49); }

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

<style>
 a { background-color: #800a31; }

 a { background-color: rgb(128,10,49); }

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

<style>
 span { border-color: #800a31; }

 span { border-color: rgb(128,10,49); }

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