#840032

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

Shades of Burgundy #840032

Tints of Burgundy #840032

Color information

#840032 (or 0x840032) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 32. RGB value is (132,0,50). Sum of RGB (Red+Green+Blue) = 132+0+50=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #840032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840032 is #7BFFCD. Grayscale: #2D2D2D. Windows color (decimal): -8126414 or 3276932. OLE color: 3276932.

HSL color Cylindrical-coordinate representation of color #840032: hue angle of 337.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840032 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB132050-
CMYK010.620.48
HSL337.27º100%25.88%-
HSV(B)337.27º100%51.76%-
XYZ10.095.143.48-
YUV45.17130.73189.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=72.53%
G=0%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132050010.620.48337.2710025.88
Hex840320643E30151641a
Octal2040620144766052114432
Binary10000100011001001100100111110110000101010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840032; }

 p { color: rgb(132,0,50); }

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

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

 a { background-color: rgb(132,0,50); }

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

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

 span { border-color: rgb(132,0,50); }

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