#820030

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

Shades of Burgundy #820030

Tints of Burgundy #820030

Color information

#820030 (or 0x820030) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 30. RGB value is (130,0,48). Sum of RGB (Red+Green+Blue) = 130+0+48=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #820030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820030 is #7DFFCF. Grayscale: #2C2C2C. Windows color (decimal): -8257488 or 3145858. OLE color: 3145858.

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

Color convert

RGB130048-
CMYK010.630.49
HSL337.85º100%25.49%-
HSV(B)337.85º100%50.98%-
XYZ9.744.963.24-
YUV44.34130.07189.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=73.03%
G=0%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130048010.630.49337.8510025.49
Hex820300643F311526419
Octal2020600144776152214431
Binary10000010011000001100100111111110001101010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820030; }

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

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

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

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

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

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

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

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