#820830

Color #820830 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #820830

Tints of Burgundy #820830

Color information

#820830 (or 0x820830) is unknown color: approx Burgundy. HEX triplet: 82, 08 and 30. RGB value is (130,8,48). Sum of RGB (Red+Green+Blue) = 130+8+48=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #820830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820830 is #7DF7CF. Grayscale: #313131. Windows color (decimal): -8255440 or 3147906. OLE color: 3147906.

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

Color convert

RGB130848-
CMYK00.940.630.49
HSL340.33º88.41%27.06%-
HSV(B)340.33º93.85%50.98%-
XYZ9.835.133.27-
YUV49.04127.42185.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.89%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=69.89%
G=4.30%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13084800.940.630.49340.3388.4127.06
Hex8283005E3F31154581b
Octal20210600136776152413033
Binary10000010100011000001011110111111110001101010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820830; }

 p { color: rgb(130,8,48); }

 H1.HeaderClassName
 {
   color: #820830;
 }
 .AnyTagClassName
 {
   color: #820830;
 }
</style>
background-color css

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

 a { background-color: rgb(130,8,48); }

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

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

 span { border-color: rgb(130,8,48); }

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