#86041A

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

Shades of Burgundy #86041A

Tints of Burgundy #86041A

Color information

#86041A (or 0x86041A) is unknown color: approx Burgundy. HEX triplet: 86, 04 and 1A. RGB value is (134,4,26). Sum of RGB (Red+Green+Blue) = 134+4+26=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #86041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86041A is #79FBE5. Grayscale: #2D2D2D. Windows color (decimal): -7994342 or 1705094. OLE color: 1705094.

HSL color Cylindrical-coordinate representation of color #86041A: hue angle of 349.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86041A is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB134426-
CMYK00.970.810.47
HSL349.85º94.2%27.06%-
HSV(B)349.85º97.01%52.55%-
XYZ10.065.231.46-
YUV45.38117.07191.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 81.71%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=81.71%
G=2.44%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13442600.970.810.47349.8594.227.06
Hex8641A061512F15e5e1b
Octal20643201411215753613633
Binary1000011010011010011000011010001101111101011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86041A; }

 p { color: rgb(134,4,26); }

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

<style>
 a { background-color: #86041A; }

 a { background-color: rgb(134,4,26); }

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

<style>
 span { border-color: #86041A; }

 span { border-color: rgb(134,4,26); }

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