#840620

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

Shades of Burgundy #840620

Tints of Burgundy #840620

Color information

#840620 (or 0x840620) is unknown color: approx Burgundy. HEX triplet: 84, 06 and 20. RGB value is (132,6,32). Sum of RGB (Red+Green+Blue) = 132+6+32=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #840620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840620 is #7BF9DF. Grayscale: #2E2E2E. Windows color (decimal): -8124896 or 2098820. OLE color: 2098820.

HSL color Cylindrical-coordinate representation of color #840620: hue angle of 347.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840620 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB132632-
CMYK00.950.760.48
HSL347.62º91.3%27.06%-
HSV(B)347.62º95.45%51.76%-
XYZ9.845.141.84-
YUV46.64119.74188.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.65%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=77.65%
G=3.53%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13263200.950.760.48347.6291.327.06
Hex8462005F4C3015c5b1b
Octal20464001371146053413333
Binary10000100110100000010111111001100110000101011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840620; }

 p { color: rgb(132,6,32); }

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

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

 a { background-color: rgb(132,6,32); }

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

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

 span { border-color: rgb(132,6,32); }

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