Html Css Color HEX #820131 Burgundy

📋 copy color: '#820131'

red 130 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #820131

Tints of Burgundy #820131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 72.22%
G = 0.56%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#820131 (or 0x820131) is known color: Burgundy. HEX triplet: 82, 01 and 31. RGB value is (130,1,49). Sum of RGB (Red+Green+Blue) = 130+1+49=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #820131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820131 is #7DFECE. Grayscale: #2C2C2C. Windows color (decimal): -8257231 or 3211650. OLE color: 3211650.

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

Color convert

RGB 130 1 49 -
CMYK 0 0.99 0.62 0.49
HSL 337.67º 0.98% 0.26% -
HSV(B) 337.67º 0.99% 0.51% -
XYZ 9.77 4.99 3.35 -
YUV 45.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 130 1 49 0 0.99 0.62 0.49 337.67 0.98 0.26
Hex 82 1 31 0 63 3E 31 152 62 1A
Octal 202 1 61 0 143 76 61 522 142 32
Binary 10000010 1 110001 0 1100011 111110 110001 101010010 1100010 11010

Color Harmonies of #820131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820131

Black with #820131

Text Example


Text Example

White with #820131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820131; }

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

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

background-color css

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

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

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

border-color css

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

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

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