#83032B

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

Shades of Burgundy #83032B

Tints of Burgundy #83032B

Color information

#83032B (or 0x83032B) is unknown color: approx Burgundy. HEX triplet: 83, 03 and 2B. RGB value is (131,3,43). Sum of RGB (Red+Green+Blue) = 131+3+43=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83032B is #7CFCD4. Grayscale: #2D2D2D. Windows color (decimal): -8191189 or 2818947. OLE color: 2818947.

HSL color Cylindrical-coordinate representation of color #83032B: hue angle of 341.25º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83032B is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB131343-
CMYK00.980.670.49
HSL341.25º95.52%26.27%-
HSV(B)341.25º97.71%51.37%-
XYZ9.835.062.75-
YUV45.83126.41188.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.01%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=74.01%
G=1.69%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13134300.980.670.49341.2595.5226.27
Hex8332B0624331155601a
Octal20335301421036152514032
Binary1000001111101011011000101000011110001101010101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83032B; }

 p { color: rgb(131,3,43); }

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

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

 a { background-color: rgb(131,3,43); }

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

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

 span { border-color: rgb(131,3,43); }

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