#82082F

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

Shades of Burgundy #82082F

Tints of Burgundy #82082F

Color information

#82082F (or 0x82082F) is unknown color: approx Burgundy. HEX triplet: 82, 08 and 2F. RGB value is (130,8,47). Sum of RGB (Red+Green+Blue) = 130+8+47=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82082F is #7DF7D0. Grayscale: #303030. Windows color (decimal): -8255441 or 3082370. OLE color: 3082370.

HSL color Cylindrical-coordinate representation of color #82082F: hue angle of 340.82º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82082F is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB130847-
CMYK00.940.640.49
HSL340.82º88.41%27.06%-
HSV(B)340.82º93.85%50.98%-
XYZ9.815.123.16-
YUV48.92126.92185.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=70.27%
G=4.32%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13084700.940.640.49340.8288.4127.06
Hex8282F05E4031155581b
Octal202105701361006152513033
Binary100000101000101111010111101000000110001101010101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82082F; }

 p { color: rgb(130,8,47); }

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

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

 a { background-color: rgb(130,8,47); }

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

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

 span { border-color: rgb(130,8,47); }

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