#831032

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

Shades of Burgundy #831032

Tints of Burgundy #831032

Color information

#831032 (or 0x831032) is unknown color: approx Burgundy. HEX triplet: 83, 10 and 32. RGB value is (131,16,50). Sum of RGB (Red+Green+Blue) = 131+16+50=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #831032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831032 is #7CEFCD. Grayscale: #363636. Windows color (decimal): -8187854 or 3281027. OLE color: 3281027.

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

Color convert

RGB1311650-
CMYK00.880.620.49
HSL342.26º78.23%28.82%-
HSV(B)342.26º87.79%51.37%-
XYZ10.125.433.53-
YUV54.26125.6182.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.50%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=66.50%
G=8.12%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131165000.880.620.49342.2678.2328.82
Hex8310320583E311564e1d
Octal20320620130766152611635
Binary100000111000011001001011000111110110001101010110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831032; }

 p { color: rgb(131,16,50); }

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

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

 a { background-color: rgb(131,16,50); }

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

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

 span { border-color: rgb(131,16,50); }

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