#84122C

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

Shades of Burgundy #84122C

Tints of Burgundy #84122C

Color information

#84122C (or 0x84122C) is unknown color: approx Burgundy. HEX triplet: 84, 12 and 2C. RGB value is (132,18,44). Sum of RGB (Red+Green+Blue) = 132+18+44=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84122C is #7BEDD3. Grayscale: #373737. Windows color (decimal): -8121812 or 2888324. OLE color: 2888324.

HSL color Cylindrical-coordinate representation of color #84122C: hue angle of 346.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84122C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1321844-
CMYK00.860.670.48
HSL346.32º76%29.41%-
HSV(B)346.32º86.36%51.76%-
XYZ10.195.522.91-
YUV55.05121.77182.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.04%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=68.04%
G=9.28%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132184400.860.670.48346.327629.41
Hex84122C056433015a4c1d
Octal204225401261036053211435
Binary1000010010010101100010101101000011110000101011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84122C; }

 p { color: rgb(132,18,44); }

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

<style>
 a { background-color: #84122C; }

 a { background-color: rgb(132,18,44); }

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

<style>
 span { border-color: #84122C; }

 span { border-color: rgb(132,18,44); }

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