Html Css Color HEX #820439 Burgundy

📋 copy color: '#820439'

red 130 ◦ green 4 ◦ blue 57

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

Shades of Burgundy #820439

Tints of Burgundy #820439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 68.06%
G = 2.09%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#820439 (or 0x820439) is known color: Burgundy. HEX triplet: 82, 04 and 39. RGB value is (130,4,57). Sum of RGB (Red+Green+Blue) = 130+4+57=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #820439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820439 is #7DFBC6. Grayscale: #2F2F2F. Windows color (decimal): -8256455 or 3736706. OLE color: 3736706.

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

Color convert

RGB 130 4 57 -
CMYK 0 0.97 0.56 0.49
HSL 334.76º 0.94% 0.26% -
HSV(B) 334.76º 0.97% 0.51% -
XYZ 9.99 5.13 4.33 -
YUV 47.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 130 4 57 0 0.97 0.56 0.49 334.76 0.94 0.26
Hex 82 4 39 0 61 38 31 14F 5E 1A
Octal 202 4 71 0 141 70 61 517 136 32
Binary 10000010 100 111001 0 1100001 111000 110001 101001111 1011110 11010

Color Harmonies of #820439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820439

Black with #820439

Text Example


Text Example

White with #820439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820439; }

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

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

background-color css

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

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

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

border-color css

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

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

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