Html Css Color HEX #820D29 Burgundy

📋 copy color: '#820D29'

red 130 ◦ green 13 ◦ blue 41

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

Shades of Burgundy #820D29

Tints of Burgundy #820D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.07%

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 70.65%
G = 7.07%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#820D29 (or 0x820D29) is known color: Burgundy. HEX triplet: 82, 0D and 29. RGB value is (130,13,41). Sum of RGB (Red+Green+Blue) = 130+13+41=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #820D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D29 is #7DF2D6. Grayscale: #333333. Windows color (decimal): -8254167 or 2690434. OLE color: 2690434.

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

Color convert

RGB 130 13 41 -
CMYK 0 0.9 0.68 0.49
HSL 345.64º 0.82% 0.28% -
HSV(B) 345.64º 0.9% 0.51% -
XYZ 9.75 5.19 2.59 -
YUV 51.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 130 13 41 0 0.9 0.68 0.49 345.64 0.82 0.28
Hex 82 D 29 0 5A 44 31 15A 52 1C
Octal 202 15 51 0 132 104 61 532 122 34
Binary 10000010 1101 101001 0 1011010 1000100 110001 101011010 1010010 11100

Color Harmonies of #820D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D29

Black with #820D29

Text Example


Text Example

White with #820D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,13,41); }

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

background-color css

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

 a { background-color: rgb(130,13,41); }

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

border-color css

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

 span { border-color: rgb(130,13,41); }

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