#84081E

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

Shades of Burgundy #84081E

Tints of Burgundy #84081E

Color information

#84081E (or 0x84081E) is unknown color: approx Burgundy. HEX triplet: 84, 08 and 1E. RGB value is (132,8,30). Sum of RGB (Red+Green+Blue) = 132+8+30=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #84081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84081E is #7BF7E1. Grayscale: #2F2F2F. Windows color (decimal): -8124386 or 1968260. OLE color: 1968260.

HSL color Cylindrical-coordinate representation of color #84081E: hue angle of 349.35º 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 #84081E is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB132830-
CMYK00.940.770.48
HSL349.35º88.57%27.45%-
HSV(B)349.35º93.94%51.76%-
XYZ9.845.171.71-
YUV47.58118.08188.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.65%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=77.65%
G=4.71%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13283000.940.770.48349.3588.5727.45
Hex8481E05E4D3015d591b
Octal204103601361156053513133
Binary10000100100011110010111101001101110000101011101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84081E; }

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

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

<style>
 a { background-color: #84081E; }

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

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

<style>
 span { border-color: #84081E; }

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

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