Html Css Color HEX #820120 Burgundy

📋 copy color: '#820120'

red 130 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #820120

Tints of Burgundy #820120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 79.75%
G = 0.61%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#820120 (or 0x820120) is known color: Burgundy. HEX triplet: 82, 01 and 20. RGB value is (130,1,32). Sum of RGB (Red+Green+Blue) = 130+1+32=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #820120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820120 is #7DFEDF. Grayscale: #2B2B2B. Windows color (decimal): -8257248 or 2097538. OLE color: 2097538.

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

Color convert

RGB 130 1 32 -
CMYK 0 0.99 0.75 0.49
HSL 345.58º 0.98% 0.26% -
HSV(B) 345.58º 0.99% 0.51% -
XYZ 9.48 4.87 1.81 -
YUV 43.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 130 1 32 0 0.99 0.75 0.49 345.58 0.98 0.26
Hex 82 1 20 0 63 4B 31 15A 62 1A
Octal 202 1 40 0 143 113 61 532 142 32
Binary 10000010 1 100000 0 1100011 1001011 110001 101011010 1100010 11010

Color Harmonies of #820120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820120

Black with #820120

Text Example


Text Example

White with #820120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820120; }

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

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

background-color css

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

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

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

border-color css

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

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

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