#840D39

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

Shades of Burgundy #840D39

Tints of Burgundy #840D39

Color information

#840D39 (or 0x840D39) is unknown color: approx Burgundy. HEX triplet: 84, 0D and 39. RGB value is (132,13,57). Sum of RGB (Red+Green+Blue) = 132+13+57=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #840D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D39 is #7BF2C6. Grayscale: #353535. Windows color (decimal): -8123079 or 3739012. OLE color: 3739012.

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

Color convert

RGB1321357-
CMYK00.900.570.48
HSL337.82º82.07%28.43%-
HSV(B)337.82º90.15%51.76%-
XYZ10.45.494.38-
YUV53.6129.92183.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.35%
GREEN value IS 13 (5.47% from 255) = 6.44%
BLUE value IS 57 (22.66% from 255) = 28.22%
R=65.35%
G=6.44%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132135700.900.570.48337.8282.0728.43
Hex84D3905A3930152521c
Octal20415710132716052212234
Binary10000100110111100101011010111001110000101010010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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