Html Css Color HEX #82041D Burgundy

📋 copy color: '#82041D'

red 130 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #82041D

Tints of Burgundy #82041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 79.75%
G = 2.45%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82041D (or 0x82041D) is known color: Burgundy. HEX triplet: 82, 04 and 1D. RGB value is (130,4,29). Sum of RGB (Red+Green+Blue) = 130+4+29=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #82041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82041D is #7DFBE2. Grayscale: #2C2C2C. Windows color (decimal): -8256483 or 1901698. OLE color: 1901698.

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

Color convert

RGB 130 4 29 -
CMYK 0 0.97 0.78 0.49
HSL 348.1º 0.94% 0.26% -
HSV(B) 348.1º 0.97% 0.51% -
XYZ 9.47 4.92 1.61 -
YUV 44.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 130 4 29 0 0.97 0.78 0.49 348.1 0.94 0.26
Hex 82 4 1D 0 61 4E 31 15C 5E 1A
Octal 202 4 35 0 141 116 61 534 136 32
Binary 10000010 100 11101 0 1100001 1001110 110001 101011100 1011110 11010

Color Harmonies of #82041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82041D

Black with #82041D

Text Example


Text Example

White with #82041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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