#841031

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

Shades of Burgundy #841031

Tints of Burgundy #841031

Color information

#841031 (or 0x841031) is unknown color: approx Burgundy. HEX triplet: 84, 10 and 31. RGB value is (132,16,49). Sum of RGB (Red+Green+Blue) = 132+16+49=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #841031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841031 is #7BEFCE. Grayscale: #363636. Windows color (decimal): -8122319 or 3215492. OLE color: 3215492.

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

Color convert

RGB1321649-
CMYK00.880.630.48
HSL342.93º78.38%29.02%-
HSV(B)342.93º87.88%51.76%-
XYZ10.265.53.43-
YUV54.45124.93183.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=67.01%
G=8.12%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132164900.880.630.48342.9378.3829.02
Hex8410310583F301574e1d
Octal20420610130776052711635
Binary100001001000011000101011000111111110000101010111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841031; }

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

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

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

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

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

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

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

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