#850620

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

Shades of Burgundy #850620

Tints of Burgundy #850620

Color information

#850620 (or 0x850620) is unknown color: approx Burgundy. HEX triplet: 85, 06 and 20. RGB value is (133,6,32). Sum of RGB (Red+Green+Blue) = 133+6+32=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850620 is #7AF9DF. Grayscale: #2E2E2E. Windows color (decimal): -8059360 or 2098821. OLE color: 2098821.

HSL color Cylindrical-coordinate representation of color #850620: hue angle of 347.72º 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 #850620 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB133632-
CMYK00.950.760.48
HSL347.72º91.37%27.25%-
HSV(B)347.72º95.49%52.16%-
XYZ105.221.85-
YUV46.94119.58189.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.78%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=77.78%
G=3.51%
B=18.71%

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
Decimal13363200.950.760.48347.7291.3727.25
Hex8562005F4C3015c5b1b
Octal20564001371146053413333
Binary10000101110100000010111111001100110000101011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850620; }

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

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

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

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

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

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

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

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