#81071E

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

Shades of Burgundy #81071E

Tints of Burgundy #81071E

Color information

#81071E (or 0x81071E) is unknown color: approx Burgundy. HEX triplet: 81, 07 and 1E. RGB value is (129,7,30). Sum of RGB (Red+Green+Blue) = 129+7+30=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #81071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81071E is #7EF8E1. Grayscale: #2E2E2E. Windows color (decimal): -8321250 or 1968001. OLE color: 1968001.

HSL color Cylindrical-coordinate representation of color #81071E: hue angle of 348.69º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81071E is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB129730-
CMYK00.950.770.49
HSL348.69º89.71%26.67%-
HSV(B)348.69º94.57%50.59%-
XYZ9.364.911.68-
YUV46.1118.92187.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.71%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=77.71%
G=4.22%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12973000.950.770.49348.6989.7126.67
Hex8171E05F4D3115d5a1b
Octal20173601371156153513233
Binary1000000111111110010111111001101110001101011101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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