Html Css Color HEX #820432 Burgundy

📋 copy color: '#820432'

red 130 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #820432

Tints of Burgundy #820432

RGB

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

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

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

R = 70.65%
G = 2.17%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#820432 (or 0x820432) is known color: Burgundy. HEX triplet: 82, 04 and 32. RGB value is (130,4,50). Sum of RGB (Red+Green+Blue) = 130+4+50=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #820432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820432 is #7DFBCD. Grayscale: #2E2E2E. Windows color (decimal): -8256462 or 3277954. OLE color: 3277954.

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

Color convert

RGB 130 4 50 -
CMYK 0 0.97 0.62 0.49
HSL 338.1º 0.94% 0.26% -
HSV(B) 338.1º 0.97% 0.51% -
XYZ 9.83 5.06 3.48 -
YUV 46.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 130 4 50 0 0.97 0.62 0.49 338.1 0.94 0.26
Hex 82 4 32 0 61 3E 31 152 5E 1A
Octal 202 4 62 0 141 76 61 522 136 32
Binary 10000010 100 110010 0 1100001 111110 110001 101010010 1011110 11010

Color Harmonies of #820432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820432

Black with #820432

Text Example


Text Example

White with #820432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820432; }

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

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

background-color css

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

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

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

border-color css

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

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

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