Html Css Color HEX #820814 Burgundy

📋 copy color: '#820814'

red 130 ◦ green 8 ◦ blue 20

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

Shades of Burgundy #820814

Tints of Burgundy #820814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 82.28%
G = 5.06%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820814 (or 0x820814) is known color: Burgundy. HEX triplet: 82, 08 and 14. RGB value is (130,8,20). Sum of RGB (Red+Green+Blue) = 130+8+20=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #820814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820814 is #7DF7EB. Grayscale: #2D2D2D. Windows color (decimal): -8255468 or 1312898. OLE color: 1312898.

HSL color Cylindrical-coordinate representation of color #820814: hue angle of 354.1º 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 #820814 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 20 -
CMYK 0 0.94 0.85 0.49
HSL 354.1º 0.88% 0.27% -
HSV(B) 354.1º 0.94% 0.51% -
XYZ 9.42 4.97 1.12 -
YUV 45.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 130 8 20 0 0.94 0.85 0.49 354.1 0.88 0.27
Hex 82 8 14 0 5E 55 31 162 58 1B
Octal 202 10 24 0 136 125 61 542 130 33
Binary 10000010 1000 10100 0 1011110 1010101 110001 101100010 1011000 11011

Color Harmonies of #820814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820814

Black with #820814

Text Example


Text Example

White with #820814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820814; }

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

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

background-color css

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

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

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

border-color css

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

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

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