#86031C

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

Shades of Burgundy #86031C

Tints of Burgundy #86031C

Color information

#86031C (or 0x86031C) is unknown color: approx Burgundy. HEX triplet: 86, 03 and 1C. RGB value is (134,3,28). Sum of RGB (Red+Green+Blue) = 134+3+28=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86031C is #79FCE3. Grayscale: #2D2D2D. Windows color (decimal): -7994596 or 1835910. OLE color: 1835910.

HSL color Cylindrical-coordinate representation of color #86031C: hue angle of 348.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86031C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB134328-
CMYK00.980.790.47
HSL348.55º95.62%26.86%-
HSV(B)348.55º97.76%52.55%-
XYZ10.075.221.57-
YUV45.02118.4191.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 81.21%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=81.21%
G=1.82%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13432800.980.790.47348.5595.6226.86
Hex8631C0624F2F15d601b
Octal20633401421175753514033
Binary100001101111100011000101001111101111101011101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86031C; }

 p { color: rgb(134,3,28); }

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

<style>
 a { background-color: #86031C; }

 a { background-color: rgb(134,3,28); }

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

<style>
 span { border-color: #86031C; }

 span { border-color: rgb(134,3,28); }

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