Html Css Color HEX #820B31 Burgundy

📋 copy color: '#820B31'

red 130 ◦ green 11 ◦ blue 49

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

Shades of Burgundy #820B31

Tints of Burgundy #820B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.79%

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

R = 68.42%
G = 5.79%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#820B31 (or 0x820B31) is known color: Burgundy. HEX triplet: 82, 0B and 31. RGB value is (130,11,49). Sum of RGB (Red+Green+Blue) = 130+11+49=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #820B31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B31 is #7DF4CE. Grayscale: #323232. Windows color (decimal): -8254671 or 3214210. OLE color: 3214210.

HSL color Cylindrical-coordinate representation of color #820B31: hue angle of 340.84º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B31 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 49 -
CMYK 0 0.92 0.62 0.49
HSL 340.84º 0.84% 0.28% -
HSV(B) 340.84º 0.92% 0.51% -
XYZ 9.88 5.21 3.39 -
YUV 50.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 130 11 49 0 0.92 0.62 0.49 340.84 0.84 0.28
Hex 82 B 31 0 5C 3E 31 155 54 1C
Octal 202 13 61 0 134 76 61 525 124 34
Binary 10000010 1011 110001 0 1011100 111110 110001 101010101 1010100 11100

Color Harmonies of #820B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B31

Black with #820B31

Text Example


Text Example

White with #820B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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