Html Css Color HEX #82052A Burgundy

📋 copy color: '#82052A'

red 130 ◦ green 5 ◦ blue 42

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

Shades of Burgundy #82052A

Tints of Burgundy #82052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 73.45%
G = 2.82%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82052A (or 0x82052A) is known color: Burgundy. HEX triplet: 82, 05 and 2A. RGB value is (130,5,42). Sum of RGB (Red+Green+Blue) = 130+5+42=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82052A is #7DFAD5. Grayscale: #2E2E2E. Windows color (decimal): -8256214 or 2753922. OLE color: 2753922.

HSL color Cylindrical-coordinate representation of color #82052A: hue angle of 342.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82052A is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 42 -
CMYK 0 0.96 0.68 0.49
HSL 342.24º 0.93% 0.26% -
HSV(B) 342.24º 0.96% 0.51% -
XYZ 9.68 5.02 2.65 -
YUV 46.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 130 5 42 0 0.96 0.68 0.49 342.24 0.93 0.26
Hex 82 5 2A 0 60 44 31 156 5D 1A
Octal 202 5 52 0 140 104 61 526 135 32
Binary 10000010 101 101010 0 1100000 1000100 110001 101010110 1011101 11010

Color Harmonies of #82052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82052A

Black with #82052A

Text Example


Text Example

White with #82052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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