#82002F

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

Shades of Burgundy #82002F

Tints of Burgundy #82002F

Color information

#82002F (or 0x82002F) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 2F. RGB value is (130,0,47). Sum of RGB (Red+Green+Blue) = 130+0+47=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002F is #7DFFD0. Grayscale: #2C2C2C. Windows color (decimal): -8257489 or 3080322. OLE color: 3080322.

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

Color convert

RGB130047-
CMYK010.640.49
HSL338.31º100%25.49%-
HSV(B)338.31º100%50.98%-
XYZ9.724.953.13-
YUV44.23129.57189.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=73.45%
G=0%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130047010.640.49338.3110025.49
Hex8202F06440311526419
Octal20205701441006152214431
Binary100000100101111011001001000000110001101010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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