Html Css Color HEX #820414 Burgundy

📋 copy color: '#820414'

red 130 ◦ green 4 ◦ blue 20

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

Shades of Burgundy #820414

Tints of Burgundy #820414

RGB

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

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

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

R = 84.42%
G = 2.6%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820414 (or 0x820414) is known color: Burgundy. HEX triplet: 82, 04 and 14. RGB value is (130,4,20). Sum of RGB (Red+Green+Blue) = 130+4+20=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #820414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820414 is #7DFBEB. Grayscale: #2B2B2B. Windows color (decimal): -8256492 or 1311874. OLE color: 1311874.

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

Color convert

RGB 130 4 20 -
CMYK 0 0.97 0.85 0.49
HSL 352.38º 0.94% 0.26% -
HSV(B) 352.38º 0.97% 0.51% -
XYZ 9.38 4.88 1.11 -
YUV 43.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 130 4 20 0 0.97 0.85 0.49 352.38 0.94 0.26
Hex 82 4 14 0 61 55 31 160 5E 1A
Octal 202 4 24 0 141 125 61 540 136 32
Binary 10000010 100 10100 0 1100001 1010101 110001 101100000 1011110 11010

Color Harmonies of #820414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820414

Black with #820414

Text Example


Text Example

White with #820414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820414; }

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

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

background-color css

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

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

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

border-color css

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

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

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