#840614

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

Shades of Burgundy #840614

Tints of Burgundy #840614

Color information

#840614 (or 0x840614) is unknown color: approx Burgundy. HEX triplet: 84, 06 and 14. RGB value is (132,6,20). Sum of RGB (Red+Green+Blue) = 132+6+20=158 (20% of max value = 765). Red value is 132 (51.95% from 255 or 83.54% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 132 - color contains mainly: red. Hex color #840614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840614 is #7BF9EB. Grayscale: #2D2D2D. Windows color (decimal): -8124908 or 1312388. OLE color: 1312388.

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

Color convert

RGB132620-
CMYK00.950.850.48
HSL353.33º91.3%27.06%-
HSV(B)353.33º95.45%51.76%-
XYZ9.715.091.13-
YUV45.27113.74189.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 83.54%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=83.54%
G=3.80%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13262000.950.850.48353.3391.327.06
Hex8461405F55301615b1b
Octal20462401371256054113333
Binary1000010011010100010111111010101110000101100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840614; }

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

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

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

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

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

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

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

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