#841034

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

Shades of Burgundy #841034

Tints of Burgundy #841034

Color information

#841034 (or 0x841034) is unknown color: approx Burgundy. HEX triplet: 84, 10 and 34. RGB value is (132,16,52). Sum of RGB (Red+Green+Blue) = 132+16+52=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #841034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841034 is #7BEFCB. Grayscale: #363636. Windows color (decimal): -8122316 or 3412100. OLE color: 3412100.

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

Color convert

RGB1321652-
CMYK00.880.610.48
HSL341.38º78.38%29.02%-
HSV(B)341.38º87.88%51.76%-
XYZ10.325.523.77-
YUV54.79126.43183.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 52 (20.70% from 255) = 26%
R=66%
G=8%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132165200.880.610.48341.3878.3829.02
Hex8410340583D301554e1d
Octal20420640130756052511635
Binary100001001000011010001011000111101110000101010101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841034; }

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

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

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

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

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

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

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

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