#840D3A

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

Shades of Burgundy #840D3A

Tints of Burgundy #840D3A

Color information

#840D3A (or 0x840D3A) is unknown color: approx Burgundy. HEX triplet: 84, 0D and 3A. RGB value is (132,13,58). Sum of RGB (Red+Green+Blue) = 132+13+58=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #840D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D3A is #7BF2C5. Grayscale: #353535. Windows color (decimal): -8123078 or 3804548. OLE color: 3804548.

HSL color Cylindrical-coordinate representation of color #840D3A: hue angle of 337.31º 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 #840D3A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1321358-
CMYK00.900.560.48
HSL337.31º82.07%28.43%-
HSV(B)337.31º90.15%51.76%-
XYZ10.425.54.52-
YUV53.71130.42183.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.02%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=65.02%
G=6.40%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132135800.900.560.48337.3182.0728.43
Hex84D3A05A3830151521c
Octal20415720132706052112234
Binary10000100110111101001011010111000110000101010001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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