Html Css Color HEX #82042E Burgundy

📋 copy color: '#82042E'

red 130 ◦ green 4 ◦ blue 46

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

Shades of Burgundy #82042E

Tints of Burgundy #82042E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 72.22%
G = 2.22%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82042E (or 0x82042E) is known color: Burgundy. HEX triplet: 82, 04 and 2E. RGB value is (130,4,46). Sum of RGB (Red+Green+Blue) = 130+4+46=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82042E is #7DFBD1. Grayscale: #2E2E2E. Windows color (decimal): -8256466 or 3015810. OLE color: 3015810.

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

Color convert

RGB 130 4 46 -
CMYK 0 0.97 0.65 0.49
HSL 340º 0.94% 0.26% -
HSV(B) 340º 0.97% 0.51% -
XYZ 9.74 5.03 3.04 -
YUV 46.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 130 4 46 0 0.97 0.65 0.49 340 0.94 0.26
Hex 82 4 2E 0 61 41 31 154 5E 1A
Octal 202 4 56 0 141 101 61 524 136 32
Binary 10000010 100 101110 0 1100001 1000001 110001 101010100 1011110 11010

Color Harmonies of #82042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82042E

Black with #82042E

Text Example


Text Example

White with #82042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82042E; }

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

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

background-color css

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

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

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

border-color css

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

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

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