Html Css Color HEX #820529 Burgundy

📋 copy color: '#820529'

red 130 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #820529

Tints of Burgundy #820529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.3%

R = 73.86%
G = 2.84%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#820529 (or 0x820529) is known color: Burgundy. HEX triplet: 82, 05 and 29. RGB value is (130,5,41). Sum of RGB (Red+Green+Blue) = 130+5+41=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #820529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820529 is #7DFAD6. Grayscale: #2E2E2E. Windows color (decimal): -8256215 or 2688386. OLE color: 2688386.

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

Color convert

RGB 130 5 41 -
CMYK 0 0.96 0.68 0.49
HSL 342.72º 0.93% 0.26% -
HSV(B) 342.72º 0.96% 0.51% -
XYZ 9.66 5.01 2.56 -
YUV 46.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 130 5 41 0 0.96 0.68 0.49 342.72 0.93 0.26
Hex 82 5 29 0 60 44 31 157 5D 1A
Octal 202 5 51 0 140 104 61 527 135 32
Binary 10000010 101 101001 0 1100000 1000100 110001 101010111 1011101 11010

Color Harmonies of #820529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820529

Black with #820529

Text Example


Text Example

White with #820529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820529; }

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

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

background-color css

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

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

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

border-color css

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

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

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