#860A1E

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

Shades of Burgundy #860A1E

Tints of Burgundy #860A1E

Color information

#860A1E (or 0x860A1E) is unknown color: approx Burgundy. HEX triplet: 86, 0A and 1E. RGB value is (134,10,30). Sum of RGB (Red+Green+Blue) = 134+10+30=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #860A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A1E is #79F5E1. Grayscale: #313131. Windows color (decimal): -7992802 or 1968774. OLE color: 1968774.

HSL color Cylindrical-coordinate representation of color #860A1E: hue angle of 350.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A1E is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1341030-
CMYK00.930.780.47
HSL350.32º86.11%28.24%-
HSV(B)350.32º92.54%52.55%-
XYZ10.175.381.73-
YUV49.36117.08188.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=77.01%
G=5.75%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134103000.930.780.47350.3286.1128.24
Hex86A1E05D4E2F15e561c
Octal206123601351165753612634
Binary10000110101011110010111011001110101111101011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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