Html Css Color HEX #820821 Burgundy

📋 copy color: '#820821'

red 130 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #820821

Tints of Burgundy #820821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 76.02%
G = 4.68%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#820821 (or 0x820821) is known color: Burgundy. HEX triplet: 82, 08 and 21. RGB value is (130,8,33). Sum of RGB (Red+Green+Blue) = 130+8+33=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #820821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820821 is #7DF7DE. Grayscale: #2F2F2F. Windows color (decimal): -8255455 or 2164866. OLE color: 2164866.

HSL color Cylindrical-coordinate representation of color #820821: hue angle of 347.7º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820821 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 33 -
CMYK 0 0.94 0.75 0.49
HSL 347.7º 0.88% 0.27% -
HSV(B) 347.7º 0.94% 0.51% -
XYZ 9.57 5.03 1.91 -
YUV 47.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 130 8 33 0 0.94 0.75 0.49 347.7 0.88 0.27
Hex 82 8 21 0 5E 4B 31 15C 58 1B
Octal 202 10 41 0 136 113 61 534 130 33
Binary 10000010 1000 100001 0 1011110 1001011 110001 101011100 1011000 11011

Color Harmonies of #820821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820821

Black with #820821

Text Example


Text Example

White with #820821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820821; }

 p { color: rgb(130,8,33); }

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

background-color css

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

 a { background-color: rgb(130,8,33); }

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

border-color css

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

 span { border-color: rgb(130,8,33); }

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