#820237

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

Shades of Burgundy #820237

Tints of Burgundy #820237

Color information

#820237 (or 0x820237) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 37. RGB value is (130,2,55). Sum of RGB (Red+Green+Blue) = 130+2+55=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #820237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820237 is #7DFDC8. Grayscale: #2E2E2E. Windows color (decimal): -8256969 or 3605122. OLE color: 3605122.

HSL color Cylindrical-coordinate representation of color #820237: hue angle of 335.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820237 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB130255-
CMYK00.980.580.49
HSL335.16º96.97%25.88%-
HSV(B)335.16º98.46%50.98%-
XYZ9.925.074.07-
YUV46.31132.91187.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.52%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=69.52%
G=1.07%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13025500.980.580.49335.1696.9725.88
Hex822370623A3114f611a
Octal2022670142726151714132
Binary100000101011011101100010111010110001101001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820237; }

 p { color: rgb(130,2,55); }

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

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

 a { background-color: rgb(130,2,55); }

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

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

 span { border-color: rgb(130,2,55); }

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