#81081E

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

Shades of Burgundy #81081E

Tints of Burgundy #81081E

Color information

#81081E (or 0x81081E) is unknown color: approx Burgundy. HEX triplet: 81, 08 and 1E. RGB value is (129,8,30). Sum of RGB (Red+Green+Blue) = 129+8+30=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #81081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81081E is #7EF7E1. Grayscale: #2E2E2E. Windows color (decimal): -8320994 or 1968257. OLE color: 1968257.

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

Color convert

RGB129830-
CMYK00.940.770.49
HSL349.09º88.32%26.86%-
HSV(B)349.09º93.8%50.59%-
XYZ9.374.931.69-
YUV46.69118.59186.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.25%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=77.25%
G=4.79%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12983000.940.770.49349.0988.3226.86
Hex8181E05E4D3115d581b
Octal201103601361156153513033
Binary10000001100011110010111101001101110001101011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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