#820035

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

Shades of Burgundy #820035

Tints of Burgundy #820035

Color information

#820035 (or 0x820035) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 35. RGB value is (130,0,53). Sum of RGB (Red+Green+Blue) = 130+0+53=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820035 is #7DFFCA. Grayscale: #2C2C2C. Windows color (decimal): -8257483 or 3473538. OLE color: 3473538.

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

Color convert

RGB130053-
CMYK010.590.49
HSL335.54º100%25.49%-
HSV(B)335.54º100%50.98%-
XYZ9.8553.81-
YUV44.91132.57188.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=71.04%
G=0%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130053010.590.49335.5410025.49
Hex820350643B311506419
Octal2020650144736152014431
Binary10000010011010101100100111011110001101010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820035; }

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

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

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

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

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

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

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

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