Html Css Color HEX #820532 Burgundy

📋 copy color: '#820532'

red 130 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #820532

Tints of Burgundy #820532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 70.27%
G = 2.7%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#820532 (or 0x820532) is known color: Burgundy. HEX triplet: 82, 05 and 32. RGB value is (130,5,50). Sum of RGB (Red+Green+Blue) = 130+5+50=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820532 is #7DFACD. Grayscale: #2F2F2F. Windows color (decimal): -8256206 or 3278210. OLE color: 3278210.

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

Color convert

RGB 130 5 50 -
CMYK 0 0.96 0.62 0.49
HSL 338.4º 0.93% 0.26% -
HSV(B) 338.4º 0.96% 0.51% -
XYZ 9.84 5.08 3.48 -
YUV 47.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 130 5 50 0 0.96 0.62 0.49 338.4 0.93 0.26
Hex 82 5 32 0 60 3E 31 152 5D 1A
Octal 202 5 62 0 140 76 61 522 135 32
Binary 10000010 101 110010 0 1100000 111110 110001 101010010 1011101 11010

Color Harmonies of #820532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820532

Black with #820532

Text Example


Text Example

White with #820532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820532; }

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

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

background-color css

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

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

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

border-color css

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

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

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