#840722

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

Shades of Burgundy #840722

Tints of Burgundy #840722

Color information

#840722 (or 0x840722) is unknown color: approx Burgundy. HEX triplet: 84, 07 and 22. RGB value is (132,7,34). Sum of RGB (Red+Green+Blue) = 132+7+34=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840722 is #7BF8DD. Grayscale: #2F2F2F. Windows color (decimal): -8124638 or 2230148. OLE color: 2230148.

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

Color convert

RGB132734-
CMYK00.950.740.48
HSL347.04º89.93%27.25%-
HSV(B)347.04º94.7%51.76%-
XYZ9.885.171.99-
YUV47.45120.41188.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.30%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=76.30%
G=4.05%
B=19.65%

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
Decimal13273400.950.740.48347.0489.9327.25
Hex8472205F4A3015b5a1b
Octal20474201371126053313233
Binary10000100111100010010111111001010110000101011011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840722; }

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

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

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

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

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

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

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

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