Html Css Color HEX #820619 Burgundy

📋 copy color: '#820619'

red 130 ◦ green 6 ◦ blue 25

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

Shades of Burgundy #820619

Tints of Burgundy #820619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 80.75%
G = 3.73%
B = 15.53%

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

#820619 (or 0x820619) is known color: Burgundy. HEX triplet: 82, 06 and 19. RGB value is (130,6,25). Sum of RGB (Red+Green+Blue) = 130+6+25=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #820619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820619 is #7DF9E6. Grayscale: #2D2D2D. Windows color (decimal): -8255975 or 1640066. OLE color: 1640066.

HSL color Cylindrical-coordinate representation of color #820619: hue angle of 350.81º degrees, saturation: 0.91, 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 #820619 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 6 25 -
CMYK 0 0.95 0.81 0.49
HSL 350.81º 0.91% 0.27% -
HSV(B) 350.81º 0.95% 0.51% -
XYZ 9.45 4.95 1.38 -
YUV 45.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 130 6 25 0 0.95 0.81 0.49 350.81 0.91 0.27
Hex 82 6 19 0 5F 51 31 15F 5B 1B
Octal 202 6 31 0 137 121 61 537 133 33
Binary 10000010 110 11001 0 1011111 1010001 110001 101011111 1011011 11011

Color Harmonies of #820619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820619

Black with #820619

Text Example


Text Example

White with #820619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820619; }

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

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

background-color css

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

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

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

border-color css

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

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

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