Html Css Color HEX #820B39 Burgundy

📋 copy color: '#820B39'

red 130 ◦ green 11 ◦ blue 57

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

Shades of Burgundy #820B39

Tints of Burgundy #820B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.79%

R = 65.66%
G = 5.56%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#820B39 (or 0x820B39) is known color: Burgundy. HEX triplet: 82, 0B and 39. RGB value is (130,11,57). Sum of RGB (Red+Green+Blue) = 130+11+57=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #820B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B39 is #7DF4C6. Grayscale: #333333. Windows color (decimal): -8254663 or 3738498. OLE color: 3738498.

HSL color Cylindrical-coordinate representation of color #820B39: hue angle of 336.81º 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 #820B39 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 57 -
CMYK 0 0.92 0.56 0.49
HSL 336.81º 0.84% 0.28% -
HSV(B) 336.81º 0.92% 0.51% -
XYZ 10.06 5.28 4.36 -
YUV 51.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 130 11 57 0 0.92 0.56 0.49 336.81 0.84 0.28
Hex 82 B 39 0 5C 38 31 151 54 1C
Octal 202 13 71 0 134 70 61 521 124 34
Binary 10000010 1011 111001 0 1011100 111000 110001 101010001 1010100 11100

Color Harmonies of #820B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B39

Black with #820B39

Text Example


Text Example

White with #820B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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