Html Css Color HEX #82053A Burgundy

📋 copy color: '#82053A'

red 130 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #82053A

Tints of Burgundy #82053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 67.36%
G = 2.59%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82053A (or 0x82053A) is known color: Burgundy. HEX triplet: 82, 05 and 3A. RGB value is (130,5,58). Sum of RGB (Red+Green+Blue) = 130+5+58=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82053A is #7DFAC5. Grayscale: #303030. Windows color (decimal): -8256198 or 3802498. OLE color: 3802498.

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

Color convert

RGB 130 5 58 -
CMYK 0 0.96 0.55 0.49
HSL 334.56º 0.93% 0.26% -
HSV(B) 334.56º 0.96% 0.51% -
XYZ 10.02 5.16 4.47 -
YUV 48.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 130 5 58 0 0.96 0.55 0.49 334.56 0.93 0.26
Hex 82 5 3A 0 60 37 31 14F 5D 1A
Octal 202 5 72 0 140 67 61 517 135 32
Binary 10000010 101 111010 0 1100000 110111 110001 101001111 1011101 11010

Color Harmonies of #82053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82053A

Black with #82053A

Text Example


Text Example

White with #82053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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