#840316

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

Shades of Burgundy #840316

Tints of Burgundy #840316

Color information

#840316 (or 0x840316) is unknown color: approx Burgundy. HEX triplet: 84, 03 and 16. RGB value is (132,3,22). Sum of RGB (Red+Green+Blue) = 132+3+22=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #840316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840316 is #7BFCE9. Grayscale: #2B2B2B. Windows color (decimal): -8125674 or 1442692. OLE color: 1442692.

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

Color convert

RGB132322-
CMYK00.980.830.48
HSL351.16º95.56%26.47%-
HSV(B)351.16º97.73%51.76%-
XYZ9.695.031.22-
YUV43.74115.74190.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.08%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=84.08%
G=1.91%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13232200.980.830.48351.1695.5626.47
Hex84316062533015f601a
Octal20432601421236053714032
Binary100001001110110011000101010011110000101011111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840316; }

 p { color: rgb(132,3,22); }

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

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

 a { background-color: rgb(132,3,22); }

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

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

 span { border-color: rgb(132,3,22); }

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