Html Css Color HEX #820517 Burgundy

📋 copy color: '#820517'

red 130 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #820517

Tints of Burgundy #820517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.56%

R = 82.28%
G = 3.16%
B = 14.56%

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

#820517 (or 0x820517) is known color: Burgundy. HEX triplet: 82, 05 and 17. RGB value is (130,5,23). Sum of RGB (Red+Green+Blue) = 130+5+23=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #820517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820517 is #7DFAE8. Grayscale: #2C2C2C. Windows color (decimal): -8256233 or 1508738. OLE color: 1508738.

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

Color convert

RGB 130 5 23 -
CMYK 0 0.96 0.82 0.49
HSL 351.36º 0.93% 0.26% -
HSV(B) 351.36º 0.96% 0.51% -
XYZ 9.41 4.92 1.26 -
YUV 44.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 130 5 23 0 0.96 0.82 0.49 351.36 0.93 0.26
Hex 82 5 17 0 60 52 31 15F 5D 1A
Octal 202 5 27 0 140 122 61 537 135 32
Binary 10000010 101 10111 0 1100000 1010010 110001 101011111 1011101 11010

Color Harmonies of #820517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820517

Black with #820517

Text Example


Text Example

White with #820517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820517; }

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

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

background-color css

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

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

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

border-color css

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

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

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