Html Css Color HEX #820329 Burgundy

📋 copy color: '#820329'

red 130 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #820329

Tints of Burgundy #820329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 74.71%
G = 1.72%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#820329 (or 0x820329) is known color: Burgundy. HEX triplet: 82, 03 and 29. RGB value is (130,3,41). Sum of RGB (Red+Green+Blue) = 130+3+41=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820329 is #7DFCD6. Grayscale: #2D2D2D. Windows color (decimal): -8256727 or 2687874. OLE color: 2687874.

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

Color convert

RGB 130 3 41 -
CMYK 0 0.98 0.68 0.49
HSL 342.05º 0.95% 0.26% -
HSV(B) 342.05º 0.98% 0.51% -
XYZ 9.64 4.97 2.55 -
YUV 45.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 130 3 41 0 0.98 0.68 0.49 342.05 0.95 0.26
Hex 82 3 29 0 62 44 31 156 5F 1A
Octal 202 3 51 0 142 104 61 526 137 32
Binary 10000010 11 101001 0 1100010 1000100 110001 101010110 1011111 11010

Color Harmonies of #820329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820329

Black with #820329

Text Example


Text Example

White with #820329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820329; }

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

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

background-color css

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

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

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

border-color css

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

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

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