Html Css Color HEX #820518 Burgundy

📋 copy color: '#820518'

red 130 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #820518

Tints of Burgundy #820518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 81.76%
G = 3.14%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#820518 (or 0x820518) is known color: Burgundy. HEX triplet: 82, 05 and 18. RGB value is (130,5,24). Sum of RGB (Red+Green+Blue) = 130+5+24=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #820518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820518 is #7DFAE7. Grayscale: #2C2C2C. Windows color (decimal): -8256232 or 1574274. OLE color: 1574274.

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

Color convert

RGB 130 5 24 -
CMYK 0 0.96 0.82 0.49
HSL 350.88º 0.93% 0.26% -
HSV(B) 350.88º 0.96% 0.51% -
XYZ 9.43 4.92 1.32 -
YUV 44.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 130 5 24 0 0.96 0.82 0.49 350.88 0.93 0.26
Hex 82 5 18 0 60 52 31 15F 5D 1A
Octal 202 5 30 0 140 122 61 537 135 32
Binary 10000010 101 11000 0 1100000 1010010 110001 101011111 1011101 11010

Color Harmonies of #820518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820518

Black with #820518

Text Example


Text Example

White with #820518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820518; }

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

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

background-color css

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

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

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

border-color css

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

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

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