#841036

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

Shades of Burgundy #841036

Tints of Burgundy #841036

Color information

#841036 (or 0x841036) is unknown color: approx Burgundy. HEX triplet: 84, 10 and 36. RGB value is (132,16,54). Sum of RGB (Red+Green+Blue) = 132+16+54=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #841036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841036 is #7BEFC9. Grayscale: #363636. Windows color (decimal): -8122314 or 3543172. OLE color: 3543172.

HSL color Cylindrical-coordinate representation of color #841036: hue angle of 340.34º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841036 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1321654-
CMYK00.880.590.48
HSL340.34º78.38%29.02%-
HSV(B)340.34º87.88%51.76%-
XYZ10.375.544.01-
YUV55.02127.43182.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.35%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=65.35%
G=7.92%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132165400.880.590.48340.3478.3829.02
Hex8410360583B301544e1d
Octal20420660130736052411635
Binary100001001000011011001011000111011110000101010100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841036; }

 p { color: rgb(132,16,54); }

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

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

 a { background-color: rgb(132,16,54); }

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

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

 span { border-color: rgb(132,16,54); }

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