#84111E

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

Shades of Burgundy #84111E

Tints of Burgundy #84111E

Color information

#84111E (or 0x84111E) is unknown color: approx Burgundy. HEX triplet: 84, 11 and 1E. RGB value is (132,17,30). Sum of RGB (Red+Green+Blue) = 132+17+30=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84111E is #7BEEE1. Grayscale: #343434. Windows color (decimal): -8122082 or 1970564. OLE color: 1970564.

HSL color Cylindrical-coordinate representation of color #84111E: hue angle of 353.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84111E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1321730-
CMYK00.870.770.48
HSL353.22º77.18%29.22%-
HSV(B)353.22º87.12%51.76%-
XYZ9.955.41.75-
YUV52.87115.1184.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.74%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=73.74%
G=9.50%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132173000.870.770.48353.2277.1829.22
Hex84111E0574D301614d1d
Octal204213601271156054111535
Binary100001001000111110010101111001101110000101100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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