Html Css Color HEX #820332 Burgundy

📋 copy color: '#820332'

red 130 ◦ green 3 ◦ blue 50

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

Shades of Burgundy #820332

Tints of Burgundy #820332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 71.04%
G = 1.64%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#820332 (or 0x820332) is known color: Burgundy. HEX triplet: 82, 03 and 32. RGB value is (130,3,50). Sum of RGB (Red+Green+Blue) = 130+3+50=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820332 is #7DFCCD. Grayscale: #2E2E2E. Windows color (decimal): -8256718 or 3277698. OLE color: 3277698.

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

Color convert

RGB 130 3 50 -
CMYK 0 0.98 0.62 0.49
HSL 337.8º 0.95% 0.26% -
HSV(B) 337.8º 0.98% 0.51% -
XYZ 9.81 5.04 3.47 -
YUV 46.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 130 3 50 0 0.98 0.62 0.49 337.8 0.95 0.26
Hex 82 3 32 0 62 3E 31 152 5F 1A
Octal 202 3 62 0 142 76 61 522 137 32
Binary 10000010 11 110010 0 1100010 111110 110001 101010010 1011111 11010

Color Harmonies of #820332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820332

Black with #820332

Text Example


Text Example

White with #820332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820332; }

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

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

background-color css

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

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

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

border-color css

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

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

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