Html Css Color HEX #820119 Burgundy

📋 copy color: '#820119'

red 130 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #820119

Tints of Burgundy #820119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 83.33%
G = 0.64%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#820119 (or 0x820119) is known color: Burgundy. HEX triplet: 82, 01 and 19. RGB value is (130,1,25). Sum of RGB (Red+Green+Blue) = 130+1+25=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820119 is #7DFEE6. Grayscale: #2A2A2A. Windows color (decimal): -8257255 or 1638786. OLE color: 1638786.

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

Color convert

RGB 130 1 25 -
CMYK 0 0.99 0.81 0.49
HSL 348.84º 0.98% 0.26% -
HSV(B) 348.84º 0.99% 0.51% -
XYZ 9.39 4.84 1.36 -
YUV 42.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 130 1 25 0 0.99 0.81 0.49 348.84 0.98 0.26
Hex 82 1 19 0 63 51 31 15D 62 1A
Octal 202 1 31 0 143 121 61 535 142 32
Binary 10000010 1 11001 0 1100011 1010001 110001 101011101 1100010 11010

Color Harmonies of #820119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820119

Black with #820119

Text Example


Text Example

White with #820119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820119; }

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

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

background-color css

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

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

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

border-color css

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

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

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