#860820

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

Shades of Burgundy #860820

Tints of Burgundy #860820

Color information

#860820 (or 0x860820) is unknown color: approx Burgundy. HEX triplet: 86, 08 and 20. RGB value is (134,8,32). Sum of RGB (Red+Green+Blue) = 134+8+32=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #860820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860820 is #79F7DF. Grayscale: #303030. Windows color (decimal): -7993312 or 2099334. OLE color: 2099334.

HSL color Cylindrical-coordinate representation of color #860820: hue angle of 348.57º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860820 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB134832-
CMYK00.940.760.47
HSL348.57º88.73%27.84%-
HSV(B)348.57º94.03%52.55%-
XYZ10.185.351.86-
YUV48.41118.74189.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=77.01%
G=4.60%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13483200.940.760.47348.5788.7327.84
Hex8682005E4C2F15d591c
Octal206104001361145753513134
Binary100001101000100000010111101001100101111101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860820; }

 p { color: rgb(134,8,32); }

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

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

 a { background-color: rgb(134,8,32); }

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

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

 span { border-color: rgb(134,8,32); }

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