#840218

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

Shades of Burgundy #840218

Tints of Burgundy #840218

Color information

#840218 (or 0x840218) is unknown color: approx Burgundy. HEX triplet: 84, 02 and 18. RGB value is (132,2,24). Sum of RGB (Red+Green+Blue) = 132+2+24=158 (20% of max value = 765). Red value is 132 (51.95% from 255 or 83.54% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 132 - color contains mainly: red. Hex color #840218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840218 is #7BFDE7. Grayscale: #2B2B2B. Windows color (decimal): -8125928 or 1573508. OLE color: 1573508.

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

Color convert

RGB132224-
CMYK00.980.820.48
HSL349.85º97.01%26.27%-
HSV(B)349.85º98.48%51.76%-
XYZ9.75.011.32-
YUV43.38117.07191.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 83.54%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=83.54%
G=1.27%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13222400.980.820.48349.8597.0126.27
Hex84218062523015e611a
Octal20423001421226053614132
Binary100001001011000011000101010010110000101011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840218; }

 p { color: rgb(132,2,24); }

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

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

 a { background-color: rgb(132,2,24); }

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

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

 span { border-color: rgb(132,2,24); }

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