#84081A

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

Shades of Burgundy #84081A

Tints of Burgundy #84081A

Color information

#84081A (or 0x84081A) is unknown color: approx Burgundy. HEX triplet: 84, 08 and 1A. RGB value is (132,8,26). Sum of RGB (Red+Green+Blue) = 132+8+26=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #84081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84081A is #7BF7E5. Grayscale: #2F2F2F. Windows color (decimal): -8124390 or 1706116. OLE color: 1706116.

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

Color convert

RGB132826-
CMYK00.940.800.48
HSL351.29º88.57%27.45%-
HSV(B)351.29º93.94%51.76%-
XYZ9.795.151.46-
YUV47.13116.08188.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.52%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=79.52%
G=4.82%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13282600.940.800.48351.2988.5727.45
Hex8481A05E503015f591b
Octal204103201361206053713133
Binary10000100100011010010111101010000110000101011111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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