Html Css Color HEX #820019 Burgundy

📋 copy color: '#820019'

red 130 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #820019

Tints of Burgundy #820019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 83.87%
G = 0%
B = 16.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#820019 (or 0x820019) is known color: Burgundy. HEX triplet: 82, 00 and 19. RGB value is (130,0,25). Sum of RGB (Red+Green+Blue) = 130+0+25=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820019 is #7DFFE6. Grayscale: #292929. Windows color (decimal): -8257511 or 1638530. OLE color: 1638530.

HSL color Cylindrical-coordinate representation of color #820019: hue angle of 348.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820019 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 25 -
CMYK 0 1 0.81 0.49
HSL 348.46º 1% 0.25% -
HSV(B) 348.46º 1% 0.51% -
XYZ 9.38 4.82 1.35 -
YUV 41.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 130 0 25 0 1 0.81 0.49 348.46 1 0.25
Hex 82 0 19 0 64 51 31 15C 64 19
Octal 202 0 31 0 144 121 61 534 144 31
Binary 10000010 0 11001 0 1100100 1010001 110001 101011100 1100100 11001

Color Harmonies of #820019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820019

Black with #820019

Text Example


Text Example

White with #820019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820019; }

 p { color: rgb(130,0,25); }

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

background-color css

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

 a { background-color: rgb(130,0,25); }

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

border-color css

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

 span { border-color: rgb(130,0,25); }

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