#82042B

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

Shades of Burgundy #82042B

Tints of Burgundy #82042B

Color information

#82042B (or 0x82042B) is unknown color: approx Burgundy. HEX triplet: 82, 04 and 2B. RGB value is (130,4,43). Sum of RGB (Red+Green+Blue) = 130+4+43=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82042B is #7DFBD4. Grayscale: #2E2E2E. Windows color (decimal): -8256469 or 2819202. OLE color: 2819202.

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

Color convert

RGB130443-
CMYK00.970.670.49
HSL341.43º94.03%26.27%-
HSV(B)341.43º96.92%50.98%-
XYZ9.695.012.74-
YUV46.12126.24187.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=73.45%
G=2.26%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13044300.970.670.49341.4394.0326.27
Hex8242B06143311555e1a
Octal20245301411036152513632
Binary10000010100101011011000011000011110001101010101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82042B; }

 p { color: rgb(130,4,43); }

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

<style>
 a { background-color: #82042B; }

 a { background-color: rgb(130,4,43); }

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

<style>
 span { border-color: #82042B; }

 span { border-color: rgb(130,4,43); }

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