#86041C

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

Shades of Burgundy #86041C

Tints of Burgundy #86041C

Color information

#86041C (or 0x86041C) is unknown color: approx Burgundy. HEX triplet: 86, 04 and 1C. RGB value is (134,4,28). Sum of RGB (Red+Green+Blue) = 134+4+28=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #86041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86041C is #79FBE3. Grayscale: #2D2D2D. Windows color (decimal): -7994340 or 1836166. OLE color: 1836166.

HSL color Cylindrical-coordinate representation of color #86041C: hue angle of 348.92º 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 #86041C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB134428-
CMYK00.970.790.47
HSL348.92º94.2%27.06%-
HSV(B)348.92º97.01%52.55%-
XYZ10.085.241.58-
YUV45.61118.07191.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 80.72%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=80.72%
G=2.41%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13442800.970.790.47348.9294.227.06
Hex8641C0614F2F15d5e1b
Octal20643401411175753513633
Binary1000011010011100011000011001111101111101011101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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