#84082B

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

Shades of Burgundy #84082B

Tints of Burgundy #84082B

Color information

#84082B (or 0x84082B) is unknown color: approx Burgundy. HEX triplet: 84, 08 and 2B. RGB value is (132,8,43). Sum of RGB (Red+Green+Blue) = 132+8+43=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84082B is #7BF7D4. Grayscale: #313131. Windows color (decimal): -8124373 or 2820228. OLE color: 2820228.

HSL color Cylindrical-coordinate representation of color #84082B: hue angle of 343.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84082B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB132843-
CMYK00.940.670.48
HSL343.06º88.57%27.45%-
HSV(B)343.06º93.94%51.76%-
XYZ10.045.252.77-
YUV49.07124.58187.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.13%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=72.13%
G=4.37%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13284300.940.670.48343.0688.5727.45
Hex8482B05E4330157591b
Octal204105301361036052713133
Binary100001001000101011010111101000011110000101010111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,8,43); }

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

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

 a { background-color: rgb(132,8,43); }

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

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

 span { border-color: rgb(132,8,43); }

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