Html Css Color HEX #820719 Burgundy

📋 copy color: '#820719'

red 130 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #820719

Tints of Burgundy #820719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

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

R = 80.25%
G = 4.32%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#820719 (or 0x820719) is known color: Burgundy. HEX triplet: 82, 07 and 19. RGB value is (130,7,25). Sum of RGB (Red+Green+Blue) = 130+7+25=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #820719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820719 is #7DF8E6. Grayscale: #2D2D2D. Windows color (decimal): -8255719 or 1640322. OLE color: 1640322.

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

Color convert

RGB 130 7 25 -
CMYK 0 0.95 0.81 0.49
HSL 351.22º 0.9% 0.27% -
HSV(B) 351.22º 0.95% 0.51% -
XYZ 9.46 4.97 1.38 -
YUV 45.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 130 7 25 0 0.95 0.81 0.49 351.22 0.9 0.27
Hex 82 7 19 0 5F 51 31 15F 5A 1B
Octal 202 7 31 0 137 121 61 537 132 33
Binary 10000010 111 11001 0 1011111 1010001 110001 101011111 1011010 11011

Color Harmonies of #820719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820719

Black with #820719

Text Example


Text Example

White with #820719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820719; }

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

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

background-color css

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

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

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

border-color css

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

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

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