#84112B

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

Shades of Burgundy #84112B

Tints of Burgundy #84112B

Color information

#84112B (or 0x84112B) is unknown color: approx Burgundy. HEX triplet: 84, 11 and 2B. RGB value is (132,17,43). Sum of RGB (Red+Green+Blue) = 132+17+43=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #84112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84112B is #7BEED4. Grayscale: #363636. Windows color (decimal): -8122069 or 2822532. OLE color: 2822532.

HSL color Cylindrical-coordinate representation of color #84112B: hue angle of 346.43º 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 #84112B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1321743-
CMYK00.870.670.48
HSL346.43º77.18%29.22%-
HSV(B)346.43º87.12%51.76%-
XYZ10.155.482.81-
YUV54.35121.6183.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=68.75%
G=8.85%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132174300.870.670.48346.4377.1829.22
Hex84112B057433015a4d1d
Octal204215301271036053211535
Binary1000010010001101011010101111000011110000101011010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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