Html Css Color HEX #820820 Burgundy

📋 copy color: '#820820'

red 130 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #820820

Tints of Burgundy #820820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 76.47%
G = 4.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#820820 (or 0x820820) is known color: Burgundy. HEX triplet: 82, 08 and 20. RGB value is (130,8,32). Sum of RGB (Red+Green+Blue) = 130+8+32=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820820 is #7DF7DF. Grayscale: #2F2F2F. Windows color (decimal): -8255456 or 2099330. OLE color: 2099330.

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

Color convert

RGB 130 8 32 -
CMYK 0 0.94 0.75 0.49
HSL 348.2º 0.88% 0.27% -
HSV(B) 348.2º 0.94% 0.51% -
XYZ 9.55 5.02 1.83 -
YUV 47.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 130 8 32 0 0.94 0.75 0.49 348.2 0.88 0.27
Hex 82 8 20 0 5E 4B 31 15C 58 1B
Octal 202 10 40 0 136 113 61 534 130 33
Binary 10000010 1000 100000 0 1011110 1001011 110001 101011100 1011000 11011

Color Harmonies of #820820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820820

Black with #820820

Text Example


Text Example

White with #820820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820820; }

 p { color: rgb(130,8,32); }

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

background-color css

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

 a { background-color: rgb(130,8,32); }

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

border-color css

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

 span { border-color: rgb(130,8,32); }

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