#86011E

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

Shades of Burgundy #86011E

Tints of Burgundy #86011E

Color information

#86011E (or 0x86011E) is unknown color: approx Burgundy. HEX triplet: 86, 01 and 1E. RGB value is (134,1,30). Sum of RGB (Red+Green+Blue) = 134+1+30=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86011E is #79FEE1. Grayscale: #2C2C2C. Windows color (decimal): -7995106 or 1966470. OLE color: 1966470.

HSL color Cylindrical-coordinate representation of color #86011E: hue angle of 346.92º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86011E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB134130-
CMYK00.990.780.47
HSL346.92º98.52%26.47%-
HSV(B)346.92º99.25%52.55%-
XYZ10.085.181.7-
YUV44.07120.06192.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 81.21%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=81.21%
G=0.61%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413000.990.780.47346.9298.5226.47
Hex8611E0634E2F15b631a
Octal20613601431165753314332
Binary10000110111110011000111001110101111101011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,1,30); }

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

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

 a { background-color: rgb(134,1,30); }

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

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

 span { border-color: rgb(134,1,30); }

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