#820730

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

Shades of Burgundy #820730

Tints of Burgundy #820730

Color information

#820730 (or 0x820730) is unknown color: approx Burgundy. HEX triplet: 82, 07 and 30. RGB value is (130,7,48). Sum of RGB (Red+Green+Blue) = 130+7+48=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820730 is #7DF8CF. Grayscale: #303030. Windows color (decimal): -8255696 or 3147650. OLE color: 3147650.

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

Color convert

RGB130748-
CMYK00.950.630.49
HSL340º89.78%26.86%-
HSV(B)340º94.62%50.98%-
XYZ9.825.113.27-
YUV48.45127.75186.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=70.27%
G=3.78%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13074800.950.630.4934089.7826.86
Hex8273005F3F311545a1b
Octal2027600137776152413233
Binary1000001011111000001011111111111110001101010100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820730; }

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

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

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

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

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

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

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

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