#840315

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

Shades of Burgundy #840315

Tints of Burgundy #840315

Color information

#840315 (or 0x840315) is unknown color: approx Burgundy. HEX triplet: 84, 03 and 15. RGB value is (132,3,21). Sum of RGB (Red+Green+Blue) = 132+3+21=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #840315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840315 is #7BFCEA. Grayscale: #2B2B2B. Windows color (decimal): -8125675 or 1377156. OLE color: 1377156.

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

Color convert

RGB132321-
CMYK00.980.840.48
HSL351.63º95.56%26.47%-
HSV(B)351.63º97.73%51.76%-
XYZ9.685.021.17-
YUV43.62115.24191.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.62%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=84.62%
G=1.92%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13232100.980.840.48351.6395.5626.47
Hex843150625430160601a
Octal20432501421246054014032
Binary100001001110101011000101010100110000101100000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840315; }

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

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

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

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

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

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

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

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