#860E2E

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

Shades of Burgundy #860E2E

Tints of Burgundy #860E2E

Color information

#860E2E (or 0x860E2E) is unknown color: approx Burgundy. HEX triplet: 86, 0E and 2E. RGB value is (134,14,46). Sum of RGB (Red+Green+Blue) = 134+14+46=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #860E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E2E is #79F1D1. Grayscale: #353535. Windows color (decimal): -7991762 or 3018374. OLE color: 3018374.

HSL color Cylindrical-coordinate representation of color #860E2E: hue angle of 344º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E2E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1341446-
CMYK00.900.660.47
HSL344º81.08%29.02%-
HSV(B)344º89.55%52.55%-
XYZ10.485.583.11-
YUV53.53123.76185.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=69.07%
G=7.22%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134144600.900.660.4734481.0829.02
Hex86E2E05A422F158511d
Octal206165601321025753012135
Binary100001101110101110010110101000010101111101011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860E2E; }

 p { color: rgb(134,14,46); }

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

<style>
 a { background-color: #860E2E; }

 a { background-color: rgb(134,14,46); }

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

<style>
 span { border-color: #860E2E; }

 span { border-color: rgb(134,14,46); }

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