#82052E

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

Shades of Burgundy #82052E

Tints of Burgundy #82052E

Color information

#82052E (or 0x82052E) is unknown color: approx Burgundy. HEX triplet: 82, 05 and 2E. RGB value is (130,5,46). Sum of RGB (Red+Green+Blue) = 130+5+46=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82052E is #7DFAD1. Grayscale: #2F2F2F. Windows color (decimal): -8256210 or 3016066. OLE color: 3016066.

HSL color Cylindrical-coordinate representation of color #82052E: hue angle of 340.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82052E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB130546-
CMYK00.960.650.49
HSL340.32º92.59%26.47%-
HSV(B)340.32º96.15%50.98%-
XYZ9.755.053.05-
YUV47.05127.41187.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=71.82%
G=2.76%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13054600.960.650.49340.3292.5926.47
Hex8252E06041311545d1a
Octal20255601401016152413532
Binary10000010101101110011000001000001110001101010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82052E; }

 p { color: rgb(130,5,46); }

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

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

 a { background-color: rgb(130,5,46); }

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

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

 span { border-color: rgb(130,5,46); }

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