Html Css Color HEX #820534 Burgundy

📋 copy color: '#820534'

red 130 ◦ green 5 ◦ blue 52

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

Shades of Burgundy #820534

Tints of Burgundy #820534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 69.52%
G = 2.67%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#820534 (or 0x820534) is known color: Burgundy. HEX triplet: 82, 05 and 34. RGB value is (130,5,52). Sum of RGB (Red+Green+Blue) = 130+5+52=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #820534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820534 is #7DFACB. Grayscale: #2F2F2F. Windows color (decimal): -8256204 or 3409282. OLE color: 3409282.

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

Color convert

RGB 130 5 52 -
CMYK 0 0.96 0.60 0.49
HSL 337.44º 0.93% 0.26% -
HSV(B) 337.44º 0.96% 0.51% -
XYZ 9.88 5.1 3.71 -
YUV 47.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 130 5 52 0 0.96 0.60 0.49 337.44 0.93 0.26
Hex 82 5 34 0 60 3C 31 151 5D 1A
Octal 202 5 64 0 140 74 61 521 135 32
Binary 10000010 101 110100 0 1100000 111100 110001 101010001 1011101 11010

Color Harmonies of #820534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820534

Black with #820534

Text Example


Text Example

White with #820534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820534; }

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

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

background-color css

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

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

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

border-color css

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

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

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