Html Css Color HEX #82072D Burgundy

📋 copy color: '#82072D'

red 130 ◦ green 7 ◦ blue 45

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

Shades of Burgundy #82072D

Tints of Burgundy #82072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.85%

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

R = 71.43%
G = 3.85%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82072D (or 0x82072D) is known color: Burgundy. HEX triplet: 82, 07 and 2D. RGB value is (130,7,45). Sum of RGB (Red+Green+Blue) = 130+7+45=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #82072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82072D is #7DF8D2. Grayscale: #303030. Windows color (decimal): -8255699 or 2951042. OLE color: 2951042.

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

Color convert

RGB 130 7 45 -
CMYK 0 0.95 0.65 0.49
HSL 341.46º 0.9% 0.27% -
HSV(B) 341.46º 0.95% 0.51% -
XYZ 9.76 5.09 2.95 -
YUV 48.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 130 7 45 0 0.95 0.65 0.49 341.46 0.9 0.27
Hex 82 7 2D 0 5F 41 31 155 5A 1B
Octal 202 7 55 0 137 101 61 525 132 33
Binary 10000010 111 101101 0 1011111 1000001 110001 101010101 1011010 11011

Color Harmonies of #82072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82072D

Black with #82072D

Text Example


Text Example

White with #82072D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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