Html Css Color HEX #820535 Burgundy

📋 copy color: '#820535'

red 130 ◦ green 5 ◦ blue 53

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

Shades of Burgundy #820535

Tints of Burgundy #820535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 69.15%
G = 2.66%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#820535 (or 0x820535) is known color: Burgundy. HEX triplet: 82, 05 and 35. RGB value is (130,5,53). Sum of RGB (Red+Green+Blue) = 130+5+53=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #820535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820535 is #7DFACA. Grayscale: #2F2F2F. Windows color (decimal): -8256203 or 3474818. OLE color: 3474818.

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

Color convert

RGB 130 5 53 -
CMYK 0 0.96 0.59 0.49
HSL 336.96º 0.93% 0.26% -
HSV(B) 336.96º 0.96% 0.51% -
XYZ 9.9 5.11 3.83 -
YUV 47.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 130 5 53 0 0.96 0.59 0.49 336.96 0.93 0.26
Hex 82 5 35 0 60 3B 31 151 5D 1A
Octal 202 5 65 0 140 73 61 521 135 32
Binary 10000010 101 110101 0 1100000 111011 110001 101010001 1011101 11010

Color Harmonies of #820535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820535

Black with #820535

Text Example


Text Example

White with #820535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820535; }

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

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

background-color css

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

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

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

border-color css

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

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

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