#82022D

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

Shades of Burgundy #82022D

Tints of Burgundy #82022D

Color information

#82022D (or 0x82022D) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 2D. RGB value is (130,2,45). Sum of RGB (Red+Green+Blue) = 130+2+45=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82022D is #7DFDD2. Grayscale: #2D2D2D. Windows color (decimal): -8256979 or 2949762. OLE color: 2949762.

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

Color convert

RGB130245-
CMYK00.980.650.49
HSL339.84º96.97%25.88%-
HSV(B)339.84º98.46%50.98%-
XYZ9.74.982.93-
YUV45.17127.91188.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=73.45%
G=1.13%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13024500.980.650.49339.8496.9725.88
Hex8222D0624131154611a
Octal20225501421016152414132
Binary1000001010101101011000101000001110001101010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82022D; }

 p { color: rgb(130,2,45); }

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

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

 a { background-color: rgb(130,2,45); }

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

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

 span { border-color: rgb(130,2,45); }

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