#82012A

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

Shades of Burgundy #82012A

Tints of Burgundy #82012A

Color information

#82012A (or 0x82012A) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 2A. RGB value is (130,1,42). Sum of RGB (Red+Green+Blue) = 130+1+42=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #82012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82012A is #7DFED5. Grayscale: #2C2C2C. Windows color (decimal): -8257238 or 2752898. OLE color: 2752898.

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

Color convert

RGB130142-
CMYK00.990.680.49
HSL340.93º98.47%25.69%-
HSV(B)340.93º99.23%50.98%-
XYZ9.634.932.64-
YUV44.24126.74189.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.14%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=75.14%
G=0.58%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13014200.990.680.49340.9398.4725.69
Hex8212A0634431155621a
Octal20215201431046152514232
Binary100000101101010011000111000100110001101010101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82012A; }

 p { color: rgb(130,1,42); }

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

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

 a { background-color: rgb(130,1,42); }

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

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

 span { border-color: rgb(130,1,42); }

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