#81062D

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

Shades of Burgundy #81062D

Tints of Burgundy #81062D

Color information

#81062D (or 0x81062D) is unknown color: approx Burgundy. HEX triplet: 81, 06 and 2D. RGB value is (129,6,45). Sum of RGB (Red+Green+Blue) = 129+6+45=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81062D is #7EF9D2. Grayscale: #2F2F2F. Windows color (decimal): -8321491 or 2950785. OLE color: 2950785.

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

Color convert

RGB129645-
CMYK00.950.650.49
HSL340.98º91.11%26.47%-
HSV(B)340.98º95.35%50.59%-
XYZ9.594.992.94-
YUV47.22126.75186.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.67%
GREEN value IS 6 (2.73% from 255) = 3.33%
BLUE value IS 45 (17.97% from 255) = 25%
R=71.67%
G=3.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12964500.950.650.49340.9891.1126.47
Hex8162D05F41311555b1a
Octal20165501371016152513332
Binary10000001110101101010111111000001110001101010101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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