#81062e

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

Shades of Burgundy #81062E

Tints of Burgundy #81062E

Color information

#81062E (or 0x81062E) is unknown color: approx Burgundy. HEX triplet: 81, 06 and 2E. RGB value is (129,6,46). Sum of RGB (Red+Green+Blue) = 129+6+46=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81062E is #7EF9D1. Grayscale: #2F2F2F. Windows color (decimal): -8321490 or 3016321. OLE color: 3016321.

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

Color convert

RGB129646-
CMYK00.950.640.49
HSL340.49º91.11%26.47%-
HSV(B)340.49º95.35%50.59%-
XYZ9.614.993.04-
YUV47.34127.25186.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=71.27%
G=3.31%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12964600.950.640.49340.4991.1126.47
Hex8162E05F40311545b1a
Octal20165601371006152413332
Binary10000001110101110010111111000000110001101010100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81062e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81062e; }

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

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

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

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

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

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

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

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