#860020

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

Shades of Burgundy #860020

Tints of Burgundy #860020

Color information

#860020 (or 0x860020) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 20. RGB value is (134,0,32). Sum of RGB (Red+Green+Blue) = 134+0+32=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #860020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860020 is #79FFDF. Grayscale: #2B2B2B. Windows color (decimal): -7995360 or 2097286. OLE color: 2097286.

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

Color convert

RGB134032-
CMYK010.760.47
HSL345.67º100%26.27%-
HSV(B)345.67º100%52.55%-
XYZ10.095.171.83-
YUV43.71121.39192.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 80.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=80.72%
G=0%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134032010.760.47345.6710026.27
Hex860200644C2F15a641a
Octal20604001441145753214432
Binary100001100100000011001001001100101111101011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860020; }

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

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

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

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

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

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

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

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