#840D1A

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

Shades of Burgundy #840D1A

Tints of Burgundy #840D1A

Color information

#840D1A (or 0x840D1A) is unknown color: approx Burgundy. HEX triplet: 84, 0D and 1A. RGB value is (132,13,26). Sum of RGB (Red+Green+Blue) = 132+13+26=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D1A is #7BF2E5. Grayscale: #323232. Windows color (decimal): -8123110 or 1707396. OLE color: 1707396.

HSL color Cylindrical-coordinate representation of color #840D1A: hue angle of 353.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D1A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1321326-
CMYK00.900.800.48
HSL353.45º82.07%28.43%-
HSV(B)353.45º90.15%51.76%-
XYZ9.855.271.48-
YUV50.06114.42186.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=77.19%
G=7.60%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132600.900.800.48353.4582.0728.43
Hex84D1A05A5030161521c
Octal204153201321206054112234
Binary10000100110111010010110101010000110000101100001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840D1A; }

 p { color: rgb(132,13,26); }

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

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

 a { background-color: rgb(132,13,26); }

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

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

 span { border-color: rgb(132,13,26); }

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