#81061A

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

Shades of Burgundy #81061A

Tints of Burgundy #81061A

Color information

#81061A (or 0x81061A) is unknown color: approx Burgundy. HEX triplet: 81, 06 and 1A. RGB value is (129,6,26). Sum of RGB (Red+Green+Blue) = 129+6+26=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #81061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81061A is #7EF9E5. Grayscale: #2D2D2D. Windows color (decimal): -8321510 or 1705601. OLE color: 1705601.

HSL color Cylindrical-coordinate representation of color #81061A: hue angle of 350.24º 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 #81061A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB129626-
CMYK00.950.800.49
HSL350.24º91.11%26.47%-
HSV(B)350.24º95.35%50.59%-
XYZ9.34.871.43-
YUV45.06117.25187.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.12%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=80.12%
G=3.73%
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.49
SystemRedGreenBlueCMYKHSL
Decimal12962600.950.800.49350.2491.1126.47
Hex8161A05F503115e5b1a
Octal20163201371206153613332
Binary1000000111011010010111111010000110001101011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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