#811031

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

Shades of Burgundy #811031

Tints of Burgundy #811031

Color information

#811031 (or 0x811031) is unknown color: approx Burgundy. HEX triplet: 81, 10 and 31. RGB value is (129,16,49). Sum of RGB (Red+Green+Blue) = 129+16+49=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #811031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811031 is #7EEFCE. Grayscale: #353535. Windows color (decimal): -8318927 or 3215489. OLE color: 3215489.

HSL color Cylindrical-coordinate representation of color #811031: hue angle of 342.48º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811031 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1291649-
CMYK00.880.620.49
HSL342.48º77.93%28.43%-
HSV(B)342.48º87.6%50.59%-
XYZ9.795.263.4-
YUV53.55125.44181.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.49%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=66.49%
G=8.25%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129164900.880.620.49342.4877.9328.43
Hex8110310583E311564e1c
Octal20120610130766152611634
Binary100000011000011000101011000111110110001101010110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811031; }

 p { color: rgb(129,16,49); }

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

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

 a { background-color: rgb(129,16,49); }

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

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

 span { border-color: rgb(129,16,49); }

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