#81081D

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

Shades of Burgundy #81081D

Tints of Burgundy #81081D

Color information

#81081D (or 0x81081D) is unknown color: approx Burgundy. HEX triplet: 81, 08 and 1D. RGB value is (129,8,29). Sum of RGB (Red+Green+Blue) = 129+8+29=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #81081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81081D is #7EF7E2. Grayscale: #2E2E2E. Windows color (decimal): -8320995 or 1902721. OLE color: 1902721.

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

Color convert

RGB129829-
CMYK00.940.780.49
HSL349.59º88.32%26.86%-
HSV(B)349.59º93.8%50.59%-
XYZ9.364.931.62-
YUV46.57118.09186.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.71%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=77.71%
G=4.82%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12982900.940.780.49349.5988.3226.86
Hex8181D05E4E3115e581b
Octal201103501361166153613033
Binary10000001100011101010111101001110110001101011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,8,29); }

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

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

 a { background-color: rgb(129,8,29); }

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

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

 span { border-color: rgb(129,8,29); }

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