Html Css Color HEX #82022A Burgundy

📋 copy color: '#82022A'

red 130 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #82022A

Tints of Burgundy #82022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.14%

R = 74.71%
G = 1.15%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82022A (or 0x82022A) is known color: Burgundy. HEX triplet: 82, 02 and 2A. RGB value is (130,2,42). Sum of RGB (Red+Green+Blue) = 130+2+42=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #82022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82022A is #7DFDD5. Grayscale: #2C2C2C. Windows color (decimal): -8256982 or 2753154. OLE color: 2753154.

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

Color convert

RGB 130 2 42 -
CMYK 0 0.98 0.68 0.49
HSL 341.25º 0.97% 0.26% -
HSV(B) 341.25º 0.98% 0.51% -
XYZ 9.65 4.96 2.64 -
YUV 44.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 130 2 42 0 0.98 0.68 0.49 341.25 0.97 0.26
Hex 82 2 2A 0 62 44 31 155 61 1A
Octal 202 2 52 0 142 104 61 525 141 32
Binary 10000010 10 101010 0 1100010 1000100 110001 101010101 1100001 11010

Color Harmonies of #82022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82022A

Black with #82022A

Text Example


Text Example

White with #82022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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