#840823

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

Shades of Burgundy #840823

Tints of Burgundy #840823

Color information

#840823 (or 0x840823) is unknown color: approx Burgundy. HEX triplet: 84, 08 and 23. RGB value is (132,8,35). Sum of RGB (Red+Green+Blue) = 132+8+35=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #840823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840823 is #7BF7DC. Grayscale: #303030. Windows color (decimal): -8124381 or 2295940. OLE color: 2295940.

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

Color convert

RGB132835-
CMYK00.940.730.48
HSL346.94º88.57%27.45%-
HSV(B)346.94º93.94%51.76%-
XYZ9.915.22.07-
YUV48.15120.58187.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.43%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 35 (14.06% from 255) = 20%
R=75.43%
G=4.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13283500.940.730.48346.9488.5727.45
Hex8482305E493015b591b
Octal204104301361116053313133
Binary100001001000100011010111101001001110000101011011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840823; }

 p { color: rgb(132,8,35); }

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

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

 a { background-color: rgb(132,8,35); }

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

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

 span { border-color: rgb(132,8,35); }

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