Html Css Color HEX #820628 Burgundy

📋 copy color: '#820628'

red 130 ◦ green 6 ◦ blue 40

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

Shades of Burgundy #820628

Tints of Burgundy #820628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 73.86%
G = 3.41%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#820628 (or 0x820628) is known color: Burgundy. HEX triplet: 82, 06 and 28. RGB value is (130,6,40). Sum of RGB (Red+Green+Blue) = 130+6+40=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #820628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820628 is #7DF9D7. Grayscale: #2E2E2E. Windows color (decimal): -8255960 or 2623106. OLE color: 2623106.

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

Color convert

RGB 130 6 40 -
CMYK 0 0.95 0.69 0.49
HSL 343.55º 0.91% 0.27% -
HSV(B) 343.55º 0.95% 0.51% -
XYZ 9.65 5.03 2.47 -
YUV 46.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 130 6 40 0 0.95 0.69 0.49 343.55 0.91 0.27
Hex 82 6 28 0 5F 45 31 158 5B 1B
Octal 202 6 50 0 137 105 61 530 133 33
Binary 10000010 110 101000 0 1011111 1000101 110001 101011000 1011011 11011

Color Harmonies of #820628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820628

Black with #820628

Text Example


Text Example

White with #820628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820628; }

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

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

background-color css

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

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

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

border-color css

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

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

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