#86051E

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

Shades of Burgundy #86051E

Tints of Burgundy #86051E

Color information

#86051E (or 0x86051E) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 1E. RGB value is (134,5,30). Sum of RGB (Red+Green+Blue) = 134+5+30=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #86051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86051E is #79FAE1. Grayscale: #2E2E2E. Windows color (decimal): -7994082 or 1967494. OLE color: 1967494.

HSL color Cylindrical-coordinate representation of color #86051E: hue angle of 348.37º degrees, saturation: 0.93, 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 #86051E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB134530-
CMYK00.960.780.47
HSL348.37º92.81%27.25%-
HSV(B)348.37º96.27%52.55%-
XYZ10.125.271.71-
YUV46.42118.74190.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 79.29%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=79.29%
G=2.96%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13453000.960.780.47348.3792.8127.25
Hex8651E0604E2F15c5d1b
Octal20653601401165753413533
Binary1000011010111110011000001001110101111101011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,5,30); }

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

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

 a { background-color: rgb(134,5,30); }

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

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

 span { border-color: rgb(134,5,30); }

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