Html Css Color HEX #820434 Burgundy

📋 copy color: '#820434'

red 130 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #820434

Tints of Burgundy #820434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 69.89%
G = 2.15%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#820434 (or 0x820434) is known color: Burgundy. HEX triplet: 82, 04 and 34. RGB value is (130,4,52). Sum of RGB (Red+Green+Blue) = 130+4+52=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #820434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820434 is #7DFBCB. Grayscale: #2F2F2F. Windows color (decimal): -8256460 or 3409026. OLE color: 3409026.

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

Color convert

RGB 130 4 52 -
CMYK 0 0.97 0.60 0.49
HSL 337.14º 0.94% 0.26% -
HSV(B) 337.14º 0.97% 0.51% -
XYZ 9.87 5.08 3.71 -
YUV 47.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 130 4 52 0 0.97 0.60 0.49 337.14 0.94 0.26
Hex 82 4 34 0 61 3C 31 151 5E 1A
Octal 202 4 64 0 141 74 61 521 136 32
Binary 10000010 100 110100 0 1100001 111100 110001 101010001 1011110 11010

Color Harmonies of #820434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820434

Black with #820434

Text Example


Text Example

White with #820434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820434; }

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

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

background-color css

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

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

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

border-color css

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

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

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