Html Css Color HEX #820629 Burgundy

📋 copy color: '#820629'

red 130 ◦ green 6 ◦ blue 41

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

Shades of Burgundy #820629

Tints of Burgundy #820629

RGB

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

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

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

R = 73.45%
G = 3.39%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#820629 (or 0x820629) is known color: Burgundy. HEX triplet: 82, 06 and 29. RGB value is (130,6,41). Sum of RGB (Red+Green+Blue) = 130+6+41=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #820629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820629 is #7DF9D6. Grayscale: #2F2F2F. Windows color (decimal): -8255959 or 2688642. OLE color: 2688642.

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

Color convert

RGB 130 6 41 -
CMYK 0 0.95 0.68 0.49
HSL 343.06º 0.91% 0.27% -
HSV(B) 343.06º 0.95% 0.51% -
XYZ 9.67 5.04 2.56 -
YUV 47.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 130 6 41 0 0.95 0.68 0.49 343.06 0.91 0.27
Hex 82 6 29 0 5F 44 31 157 5B 1B
Octal 202 6 51 0 137 104 61 527 133 33
Binary 10000010 110 101001 0 1011111 1000100 110001 101010111 1011011 11011

Color Harmonies of #820629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820629

Black with #820629

Text Example


Text Example

White with #820629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820629; }

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

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

background-color css

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

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

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

border-color css

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

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

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