Html Css Color HEX #820622 Burgundy

📋 copy color: '#820622'

red 130 ◦ green 6 ◦ blue 34

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

Shades of Burgundy #820622

Tints of Burgundy #820622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20%

R = 76.47%
G = 3.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#820622 (or 0x820622) is known color: Burgundy. HEX triplet: 82, 06 and 22. RGB value is (130,6,34). Sum of RGB (Red+Green+Blue) = 130+6+34=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820622 is #7DF9DD. Grayscale: #2E2E2E. Windows color (decimal): -8255966 or 2229890. OLE color: 2229890.

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

Color convert

RGB 130 6 34 -
CMYK 0 0.95 0.74 0.49
HSL 346.45º 0.91% 0.27% -
HSV(B) 346.45º 0.95% 0.51% -
XYZ 9.56 4.99 1.97 -
YUV 46.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 130 6 34 0 0.95 0.74 0.49 346.45 0.91 0.27
Hex 82 6 22 0 5F 4A 31 15A 5B 1B
Octal 202 6 42 0 137 112 61 532 133 33
Binary 10000010 110 100010 0 1011111 1001010 110001 101011010 1011011 11011

Color Harmonies of #820622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820622

Black with #820622

Text Example


Text Example

White with #820622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820622; }

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

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

background-color css

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

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

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

border-color css

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

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

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