Html Css Color HEX #82082D Burgundy

📋 copy color: '#82082D'

red 130 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #82082D

Tints of Burgundy #82082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.37%

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

R = 71.04%
G = 4.37%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82082D (or 0x82082D) is known color: Burgundy. HEX triplet: 82, 08 and 2D. RGB value is (130,8,45). Sum of RGB (Red+Green+Blue) = 130+8+45=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #82082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82082D is #7DF7D2. Grayscale: #303030. Windows color (decimal): -8255443 or 2951298. OLE color: 2951298.

HSL color Cylindrical-coordinate representation of color #82082D: hue angle of 341.8º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82082D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 45 -
CMYK 0 0.94 0.65 0.49
HSL 341.8º 0.88% 0.27% -
HSV(B) 341.8º 0.94% 0.51% -
XYZ 9.77 5.11 2.95 -
YUV 48.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 130 8 45 0 0.94 0.65 0.49 341.8 0.88 0.27
Hex 82 8 2D 0 5E 41 31 156 58 1B
Octal 202 10 55 0 136 101 61 526 130 33
Binary 10000010 1000 101101 0 1011110 1000001 110001 101010110 1011000 11011

Color Harmonies of #82082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82082D

Black with #82082D

Text Example


Text Example

White with #82082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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