Html Css Color HEX #82022E Burgundy

📋 copy color: '#82022E'

red 130 ◦ green 2 ◦ blue 46

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

Shades of Burgundy #82022E

Tints of Burgundy #82022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 73.03%
G = 1.12%
B = 25.84%

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

#82022E (or 0x82022E) is known color: Burgundy. HEX triplet: 82, 02 and 2E. RGB value is (130,2,46). Sum of RGB (Red+Green+Blue) = 130+2+46=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82022E is #7DFDD1. Grayscale: #2D2D2D. Windows color (decimal): -8256978 or 3015298. OLE color: 3015298.

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

Color convert

RGB 130 2 46 -
CMYK 0 0.98 0.65 0.49
HSL 339.38º 0.97% 0.26% -
HSV(B) 339.38º 0.98% 0.51% -
XYZ 9.72 4.99 3.03 -
YUV 45.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 130 2 46 0 0.98 0.65 0.49 339.38 0.97 0.26
Hex 82 2 2E 0 62 41 31 153 61 1A
Octal 202 2 56 0 142 101 61 523 141 32
Binary 10000010 10 101110 0 1100010 1000001 110001 101010011 1100001 11010

Color Harmonies of #82022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82022E

Black with #82022E

Text Example


Text Example

White with #82022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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