#820430

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

Shades of Burgundy #820430

Tints of Burgundy #820430

Color information

#820430 (or 0x820430) is unknown color: approx Burgundy. HEX triplet: 82, 04 and 30. RGB value is (130,4,48). Sum of RGB (Red+Green+Blue) = 130+4+48=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #820430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820430 is #7DFBCF. Grayscale: #2E2E2E. Windows color (decimal): -8256464 or 3146882. OLE color: 3146882.

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

Color convert

RGB130448-
CMYK00.970.630.49
HSL339.05º94.03%26.27%-
HSV(B)339.05º96.92%50.98%-
XYZ9.785.053.25-
YUV46.69128.74187.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=71.43%
G=2.20%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13044800.970.630.49339.0594.0326.27
Hex824300613F311535e1a
Octal2024600141776152313632
Binary1000001010011000001100001111111110001101010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820430; }

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

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

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

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

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

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

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

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