Html Css Color HEX #820437 Burgundy

📋 copy color: '#820437'

red 130 ◦ green 4 ◦ blue 55

#820437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #820437

Tints of Burgundy #820437

RGB

 RED value IS 130 (51.17% from 255) = 68.78%

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 55 (21.88% from 255) = 29.1%

R = 68.78%
G = 2.12%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#820437 (or 0x820437) is known color: Burgundy. HEX triplet: 82, 04 and 37. RGB value is (130,4,55). Sum of RGB (Red+Green+Blue) = 130+4+55=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #820437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820437 is #7DFBC8. Grayscale: #2F2F2F. Windows color (decimal): -8256457 or 3605634. OLE color: 3605634.

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

Color convert

RGB 130 4 55 -
CMYK 0 0.97 0.58 0.49
HSL 335.71º 0.94% 0.26% -
HSV(B) 335.71º 0.97% 0.51% -
XYZ 9.94 5.11 4.08 -
YUV 47.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 130 4 55 0 0.97 0.58 0.49 335.71 0.94 0.26
Hex 82 4 37 0 61 3A 31 150 5E 1A
Octal 202 4 67 0 141 72 61 520 136 32
Binary 10000010 100 110111 0 1100001 111010 110001 101010000 1011110 11010

Color Harmonies of #820437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820437

Black with #820437

Text Example


Text Example

White with #820437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820437; }

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

 H1.HeaderClassName
 {
   color: #820437;
 }
 .AnyTagClassName
 {
   color: #820437;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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