#86062F

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

Shades of Burgundy #86062F

Tints of Burgundy #86062F

Color information

#86062F (or 0x86062F) is unknown color: approx Burgundy. HEX triplet: 86, 06 and 2F. RGB value is (134,6,47). Sum of RGB (Red+Green+Blue) = 134+6+47=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #86062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86062F is #79F9D0. Grayscale: #303030. Windows color (decimal): -7993809 or 3081862. OLE color: 3081862.

HSL color Cylindrical-coordinate representation of color #86062F: hue angle of 340.78º 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 #86062F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB134647-
CMYK00.960.650.47
HSL340.78º91.43%27.45%-
HSV(B)340.78º95.52%52.55%-
XYZ10.415.43.18-
YUV48.95126.91188.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=71.66%
G=3.21%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13464700.960.650.47340.7891.4327.45
Hex8662F060412F1555b1b
Octal20665701401015752513333
Binary10000110110101111011000001000001101111101010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86062F; }

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

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

<style>
 a { background-color: #86062F; }

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

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

<style>
 span { border-color: #86062F; }

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

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