Html Css Color HEX #820E1D Burgundy

📋 copy color: '#820E1D'

red 130 ◦ green 14 ◦ blue 29

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

Shades of Burgundy #820E1D

Tints of Burgundy #820E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 75.14%
G = 8.09%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#820E1D (or 0x820E1D) is known color: Burgundy. HEX triplet: 82, 0E and 1D. RGB value is (130,14,29). Sum of RGB (Red+Green+Blue) = 130+14+29=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #820E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E1D is #7DF1E2. Grayscale: #323232. Windows color (decimal): -8253923 or 1904258. OLE color: 1904258.

HSL color Cylindrical-coordinate representation of color #820E1D: hue angle of 352.24º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E1D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 14 29 -
CMYK 0 0.89 0.78 0.49
HSL 352.24º 0.81% 0.28% -
HSV(B) 352.24º 0.89% 0.51% -
XYZ 9.58 5.15 1.65 -
YUV 50.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 130 14 29 0 0.89 0.78 0.49 352.24 0.81 0.28
Hex 82 E 1D 0 59 4E 31 160 51 1C
Octal 202 16 35 0 131 116 61 540 121 34
Binary 10000010 1110 11101 0 1011001 1001110 110001 101100000 1010001 11100

Color Harmonies of #820E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E1D

Black with #820E1D

Text Example


Text Example

White with #820E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820E1D; }

 p { color: rgb(130,14,29); }

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

background-color css

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

 a { background-color: rgb(130,14,29); }

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

border-color css

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

 span { border-color: rgb(130,14,29); }

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