#840532

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

Shades of Burgundy #840532

Tints of Burgundy #840532

Color information

#840532 (or 0x840532) is unknown color: approx Burgundy. HEX triplet: 84, 05 and 32. RGB value is (132,5,50). Sum of RGB (Red+Green+Blue) = 132+5+50=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #840532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840532 is #7BFACD. Grayscale: #303030. Windows color (decimal): -8125134 or 3278212. OLE color: 3278212.

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

Color convert

RGB132550-
CMYK00.960.620.48
HSL338.74º92.7%26.86%-
HSV(B)338.74º96.21%51.76%-
XYZ10.155.243.5-
YUV48.1129.08187.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.59%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=70.59%
G=2.67%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13255000.960.620.48338.7492.726.86
Hex845320603E301535d1b
Octal2045620140766052313533
Binary1000010010111001001100000111110110000101010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840532; }

 p { color: rgb(132,5,50); }

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

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

 a { background-color: rgb(132,5,50); }

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

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

 span { border-color: rgb(132,5,50); }

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