Html Css Color HEX #820522 Burgundy

📋 copy color: '#820522'

red 130 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #820522

Tints of Burgundy #820522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 76.92%
G = 2.96%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#820522 (or 0x820522) is known color: Burgundy. HEX triplet: 82, 05 and 22. RGB value is (130,5,34). Sum of RGB (Red+Green+Blue) = 130+5+34=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #820522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820522 is #7DFADD. Grayscale: #2D2D2D. Windows color (decimal): -8256222 or 2229634. OLE color: 2229634.

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

Color convert

RGB 130 5 34 -
CMYK 0 0.96 0.74 0.49
HSL 346.08º 0.93% 0.26% -
HSV(B) 346.08º 0.96% 0.51% -
XYZ 9.55 4.97 1.97 -
YUV 45.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 130 5 34 0 0.96 0.74 0.49 346.08 0.93 0.26
Hex 82 5 22 0 60 4A 31 15A 5D 1A
Octal 202 5 42 0 140 112 61 532 135 32
Binary 10000010 101 100010 0 1100000 1001010 110001 101011010 1011101 11010

Color Harmonies of #820522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820522

Black with #820522

Text Example


Text Example

White with #820522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820522; }

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

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

background-color css

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

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

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

border-color css

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

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

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