#86082E

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

Shades of Burgundy #86082E

Tints of Burgundy #86082E

Color information

#86082E (or 0x86082E) is unknown color: approx Burgundy. HEX triplet: 86, 08 and 2E. RGB value is (134,8,46). Sum of RGB (Red+Green+Blue) = 134+8+46=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #86082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86082E is #79F7D1. Grayscale: #313131. Windows color (decimal): -7993298 or 3016838. OLE color: 3016838.

HSL color Cylindrical-coordinate representation of color #86082E: hue angle of 341.9º 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 #86082E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB134846-
CMYK00.940.660.47
HSL341.9º88.73%27.84%-
HSV(B)341.9º94.03%52.55%-
XYZ10.415.443.09-
YUV50.01125.74187.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=71.28%
G=4.26%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13484600.940.660.47341.988.7327.84
Hex8682E05E422F156591c
Octal206105601361025752613134
Binary100001101000101110010111101000010101111101010110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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