Html Css Color HEX #820416 Burgundy

📋 copy color: '#820416'

red 130 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #820416

Tints of Burgundy #820416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 83.33%
G = 2.56%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#820416 (or 0x820416) is known color: Burgundy. HEX triplet: 82, 04 and 16. RGB value is (130,4,22). Sum of RGB (Red+Green+Blue) = 130+4+22=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820416 is #7DFBE9. Grayscale: #2B2B2B. Windows color (decimal): -8256490 or 1442946. OLE color: 1442946.

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

Color convert

RGB 130 4 22 -
CMYK 0 0.97 0.83 0.49
HSL 351.43º 0.94% 0.26% -
HSV(B) 351.43º 0.97% 0.51% -
XYZ 9.39 4.89 1.21 -
YUV 43.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 130 4 22 0 0.97 0.83 0.49 351.43 0.94 0.26
Hex 82 4 16 0 61 53 31 15F 5E 1A
Octal 202 4 26 0 141 123 61 537 136 32
Binary 10000010 100 10110 0 1100001 1010011 110001 101011111 1011110 11010

Color Harmonies of #820416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820416

Black with #820416

Text Example


Text Example

White with #820416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820416; }

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

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

background-color css

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

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

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

border-color css

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

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

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