#86061E

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

Shades of Burgundy #86061E

Tints of Burgundy #86061E

Color information

#86061E (or 0x86061E) is unknown color: approx Burgundy. HEX triplet: 86, 06 and 1E. RGB value is (134,6,30). Sum of RGB (Red+Green+Blue) = 134+6+30=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #86061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86061E is #79F9E1. Grayscale: #2F2F2F. Windows color (decimal): -7993826 or 1967750. OLE color: 1967750.

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

Color convert

RGB134630-
CMYK00.960.780.47
HSL348.75º91.43%27.45%-
HSV(B)348.75º95.52%52.55%-
XYZ10.135.291.72-
YUV47.01118.41190.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=78.82%
G=3.53%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13463000.960.780.47348.7591.4327.45
Hex8661E0604E2F15d5b1b
Octal20663601401165753513333
Binary1000011011011110011000001001110101111101011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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