#840724

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

Shades of Burgundy #840724

Tints of Burgundy #840724

Color information

#840724 (or 0x840724) is unknown color: approx Burgundy. HEX triplet: 84, 07 and 24. RGB value is (132,7,36). Sum of RGB (Red+Green+Blue) = 132+7+36=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #840724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840724 is #7BF8DB. Grayscale: #2F2F2F. Windows color (decimal): -8124636 or 2361220. OLE color: 2361220.

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

Color convert

RGB132736-
CMYK00.950.730.48
HSL346.08º89.93%27.25%-
HSV(B)346.08º94.7%51.76%-
XYZ9.915.182.15-
YUV47.68121.41188.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.43%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=75.43%
G=4%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13273600.950.730.48346.0889.9327.25
Hex8472405F493015a5a1b
Octal20474401371116053213233
Binary10000100111100100010111111001001110000101011010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840724; }

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

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

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

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

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

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

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

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