#820033

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

Shades of Burgundy #820033

Tints of Burgundy #820033

Color information

#820033 (or 0x820033) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 33. RGB value is (130,0,51). Sum of RGB (Red+Green+Blue) = 130+0+51=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #820033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820033 is #7DFFCC. Grayscale: #2C2C2C. Windows color (decimal): -8257485 or 3342466. OLE color: 3342466.

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

Color convert

RGB130051-
CMYK010.610.49
HSL336.46º100%25.49%-
HSV(B)336.46º100%50.98%-
XYZ9.84.983.58-
YUV44.68131.57188.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=71.82%
G=0%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130051010.610.49336.4610025.49
Hex820330643D311506419
Octal2020630144756152014431
Binary10000010011001101100100111101110001101010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820033; }

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

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

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

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

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

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

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

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