#840626

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

Shades of Burgundy #840626

Tints of Burgundy #840626

Color information

#840626 (or 0x840626) is unknown color: approx Burgundy. HEX triplet: 84, 06 and 26. RGB value is (132,6,38). Sum of RGB (Red+Green+Blue) = 132+6+38=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #840626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840626 is #7BF9D9. Grayscale: #2F2F2F. Windows color (decimal): -8124890 or 2492036. OLE color: 2492036.

HSL color Cylindrical-coordinate representation of color #840626: hue angle of 344.76º 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 #840626 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB132638-
CMYK00.950.710.48
HSL344.76º91.3%27.06%-
HSV(B)344.76º95.45%51.76%-
XYZ9.935.182.31-
YUV47.32122.74188.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=75%
G=3.41%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13263800.950.710.48344.7691.327.06
Hex8462605F47301595b1b
Octal20464601371076053113333
Binary10000100110100110010111111000111110000101011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840626; }

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

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

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

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

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

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

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

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