Html Css Color HEX #820614 Burgundy

📋 copy color: '#820614'

red 130 ◦ green 6 ◦ blue 20

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

Shades of Burgundy #820614

Tints of Burgundy #820614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

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

R = 83.33%
G = 3.85%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820614 (or 0x820614) is known color: Burgundy. HEX triplet: 82, 06 and 14. RGB value is (130,6,20). Sum of RGB (Red+Green+Blue) = 130+6+20=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820614 is #7DF9EB. Grayscale: #2C2C2C. Windows color (decimal): -8255980 or 1312386. OLE color: 1312386.

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

Color convert

RGB 130 6 20 -
CMYK 0 0.95 0.85 0.49
HSL 353.23º 0.91% 0.27% -
HSV(B) 353.23º 0.95% 0.51% -
XYZ 9.4 4.93 1.12 -
YUV 44.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 130 6 20 0 0.95 0.85 0.49 353.23 0.91 0.27
Hex 82 6 14 0 5F 55 31 161 5B 1B
Octal 202 6 24 0 137 125 61 541 133 33
Binary 10000010 110 10100 0 1011111 1010101 110001 101100001 1011011 11011

Color Harmonies of #820614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820614

Black with #820614

Text Example


Text Example

White with #820614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820614; }

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

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

background-color css

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

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

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

border-color css

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

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

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