Html Css Color HEX #82032D Burgundy

📋 copy color: '#82032D'

red 130 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #82032D

Tints of Burgundy #82032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 73.03%
G = 1.69%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82032D (or 0x82032D) is known color: Burgundy. HEX triplet: 82, 03 and 2D. RGB value is (130,3,45). Sum of RGB (Red+Green+Blue) = 130+3+45=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82032D is #7DFCD2. Grayscale: #2D2D2D. Windows color (decimal): -8256723 or 2950018. OLE color: 2950018.

HSL color Cylindrical-coordinate representation of color #82032D: hue angle of 340.16º 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 #82032D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 3 45 -
CMYK 0 0.98 0.65 0.49
HSL 340.16º 0.95% 0.26% -
HSV(B) 340.16º 0.98% 0.51% -
XYZ 9.71 5 2.94 -
YUV 45.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 130 3 45 0 0.98 0.65 0.49 340.16 0.95 0.26
Hex 82 3 2D 0 62 41 31 154 5F 1A
Octal 202 3 55 0 142 101 61 524 137 32
Binary 10000010 11 101101 0 1100010 1000001 110001 101010100 1011111 11010

Color Harmonies of #82032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82032D

Black with #82032D

Text Example


Text Example

White with #82032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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