#820733

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

Shades of Burgundy #820733

Tints of Burgundy #820733

Color information

#820733 (or 0x820733) is unknown color: approx Burgundy. HEX triplet: 82, 07 and 33. RGB value is (130,7,51). Sum of RGB (Red+Green+Blue) = 130+7+51=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #820733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820733 is #7DF8CC. Grayscale: #303030. Windows color (decimal): -8255693 or 3344258. OLE color: 3344258.

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

Color convert

RGB130751-
CMYK00.950.610.49
HSL338.54º89.78%26.86%-
HSV(B)338.54º94.62%50.98%-
XYZ9.885.143.6-
YUV48.79129.25185.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.15%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=69.15%
G=3.72%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13075100.950.610.49338.5489.7826.86
Hex8273305F3D311535a1b
Octal2027630137756152313233
Binary1000001011111001101011111111101110001101010011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820733; }

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

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

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

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

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

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

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

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