#86131B

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

Shades of Burgundy #86131B

Tints of Burgundy #86131B

Color information

#86131B (or 0x86131B) is unknown color: approx Burgundy. HEX triplet: 86, 13 and 1B. RGB value is (134,19,27). Sum of RGB (Red+Green+Blue) = 134+19+27=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86131B is #79ECE4. Grayscale: #363636. Windows color (decimal): -7990501 or 1774470. OLE color: 1774470.

HSL color Cylindrical-coordinate representation of color #86131B: hue angle of 355.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86131B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1341927-
CMYK00.860.800.47
HSL355.83º75.16%30%-
HSV(B)355.83º85.82%52.55%-
XYZ10.265.611.58-
YUV54.3112.6184.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.44%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 27 (10.94% from 255) = 15%
R=74.44%
G=10.56%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134192700.860.800.47355.8375.1630
Hex86131B056502F1644b1e
Octal206233301261205754411336
Binary100001101001111011010101101010000101111101100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86131B; }

 p { color: rgb(134,19,27); }

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

<style>
 a { background-color: #86131B; }

 a { background-color: rgb(134,19,27); }

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

<style>
 span { border-color: #86131B; }

 span { border-color: rgb(134,19,27); }

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