#86071F

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

Shades of Burgundy #86071F

Tints of Burgundy #86071F

Color information

#86071F (or 0x86071F) is unknown color: approx Burgundy. HEX triplet: 86, 07 and 1F. RGB value is (134,7,31). Sum of RGB (Red+Green+Blue) = 134+7+31=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #86071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86071F is #79F8E0. Grayscale: #2F2F2F. Windows color (decimal): -7993569 or 2033542. OLE color: 2033542.

HSL color Cylindrical-coordinate representation of color #86071F: hue angle of 348.66º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86071F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB134731-
CMYK00.950.770.47
HSL348.66º90.07%27.65%-
HSV(B)348.66º94.78%52.55%-
XYZ10.155.321.79-
YUV47.71118.58189.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.91%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=77.91%
G=4.07%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13473100.950.770.47348.6690.0727.65
Hex8671F05F4D2F15d5a1c
Octal20673701371155753513234
Binary1000011011111111010111111001101101111101011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,7,31); }

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

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

 a { background-color: rgb(134,7,31); }

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

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

 span { border-color: rgb(134,7,31); }

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