#81061E

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

Shades of Burgundy #81061E

Tints of Burgundy #81061E

Color information

#81061E (or 0x81061E) is unknown color: approx Burgundy. HEX triplet: 81, 06 and 1E. RGB value is (129,6,30). Sum of RGB (Red+Green+Blue) = 129+6+30=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #81061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81061E is #7EF9E1. Grayscale: #2D2D2D. Windows color (decimal): -8321506 or 1967745. OLE color: 1967745.

HSL color Cylindrical-coordinate representation of color #81061E: hue angle of 348.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81061E is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB129630-
CMYK00.950.770.49
HSL348.29º91.11%26.47%-
HSV(B)348.29º95.35%50.59%-
XYZ9.354.891.68-
YUV45.51119.25187.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.18%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=78.18%
G=3.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12963000.950.770.49348.2991.1126.47
Hex8161E05F4D3115c5b1a
Octal20163601371156153413332
Binary1000000111011110010111111001101110001101011100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,6,30); }

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

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

 a { background-color: rgb(129,6,30); }

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

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

 span { border-color: rgb(129,6,30); }

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