Html Css Color HEX #820513 Burgundy

📋 copy color: '#820513'

red 130 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #820513

Tints of Burgundy #820513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 84.42%
G = 3.25%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820513 (or 0x820513) is known color: Burgundy. HEX triplet: 82, 05 and 13. RGB value is (130,5,19). Sum of RGB (Red+Green+Blue) = 130+5+19=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #820513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820513 is #7DFAEC. Grayscale: #2C2C2C. Windows color (decimal): -8256237 or 1246594. OLE color: 1246594.

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

Color convert

RGB 130 5 19 -
CMYK 0 0.96 0.85 0.49
HSL 353.28º 0.93% 0.26% -
HSV(B) 353.28º 0.96% 0.51% -
XYZ 9.38 4.9 1.07 -
YUV 43.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 130 5 19 0 0.96 0.85 0.49 353.28 0.93 0.26
Hex 82 5 13 0 60 55 31 161 5D 1A
Octal 202 5 23 0 140 125 61 541 135 32
Binary 10000010 101 10011 0 1100000 1010101 110001 101100001 1011101 11010

Color Harmonies of #820513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820513

Black with #820513

Text Example


Text Example

White with #820513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820513; }

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

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

background-color css

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

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

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

border-color css

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

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

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