Html Css Color HEX #821220 Burgundy

📋 copy color: '#821220'

red 130 ◦ green 18 ◦ blue 32

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

Shades of Burgundy #821220

Tints of Burgundy #821220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 72.22%
G = 10%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821220 (or 0x821220) is known color: Burgundy. HEX triplet: 82, 12 and 20. RGB value is (130,18,32). Sum of RGB (Red+Green+Blue) = 130+18+32=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #821220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821220 is #7DEDDF. Grayscale: #353535. Windows color (decimal): -8252896 or 2101890. OLE color: 2101890.

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

Color convert

RGB 130 18 32 -
CMYK 0 0.86 0.75 0.49
HSL 352.5º 0.76% 0.29% -
HSV(B) 352.5º 0.86% 0.51% -
XYZ 9.68 5.28 1.88 -
YUV 53.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 130 18 32 0 0.86 0.75 0.49 352.5 0.76 0.29
Hex 82 12 20 0 56 4B 31 160 4C 1D
Octal 202 22 40 0 126 113 61 540 114 35
Binary 10000010 10010 100000 0 1010110 1001011 110001 101100000 1001100 11101

Color Harmonies of #821220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821220

Black with #821220

Text Example


Text Example

White with #821220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821220; }

 p { color: rgb(130,18,32); }

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

background-color css

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

 a { background-color: rgb(130,18,32); }

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

border-color css

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

 span { border-color: rgb(130,18,32); }

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