#840622

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

Shades of Burgundy #840622

Tints of Burgundy #840622

Color information

#840622 (or 0x840622) is unknown color: approx Burgundy. HEX triplet: 84, 06 and 22. RGB value is (132,6,34). Sum of RGB (Red+Green+Blue) = 132+6+34=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #840622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840622 is #7BF9DD. Grayscale: #2E2E2E. Windows color (decimal): -8124894 or 2229892. OLE color: 2229892.

HSL color Cylindrical-coordinate representation of color #840622: hue angle of 346.67º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840622 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB132634-
CMYK00.950.740.48
HSL346.67º91.3%27.06%-
HSV(B)346.67º95.45%51.76%-
XYZ9.875.151.99-
YUV46.87120.74188.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=76.74%
G=3.49%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13263400.950.740.48346.6791.327.06
Hex8462205F4A3015b5b1b
Octal20464201371126053313333
Binary10000100110100010010111111001010110000101011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840622; }

 p { color: rgb(132,6,34); }

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

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

 a { background-color: rgb(132,6,34); }

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

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

 span { border-color: rgb(132,6,34); }

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