#86082C

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

Shades of Burgundy #86082C

Tints of Burgundy #86082C

Color information

#86082C (or 0x86082C) is unknown color: approx Burgundy. HEX triplet: 86, 08 and 2C. RGB value is (134,8,44). Sum of RGB (Red+Green+Blue) = 134+8+44=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #86082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86082C is #79F7D3. Grayscale: #313131. Windows color (decimal): -7993300 or 2885766. OLE color: 2885766.

HSL color Cylindrical-coordinate representation of color #86082C: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86082C is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB134844-
CMYK00.940.670.47
HSL342.86º88.73%27.84%-
HSV(B)342.86º94.03%52.55%-
XYZ10.375.422.88-
YUV49.78124.74188.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.04%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=72.04%
G=4.30%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13484400.940.670.47342.8688.7327.84
Hex8682C05E432F157591c
Octal206105401361035752713134
Binary100001101000101100010111101000011101111101010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,8,44); }

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

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

 a { background-color: rgb(134,8,44); }

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

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

 span { border-color: rgb(134,8,44); }

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