#83053B

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

Shades of Burgundy #83053B

Tints of Burgundy #83053B

Color information

#83053B (or 0x83053B) is unknown color: approx Burgundy. HEX triplet: 83, 05 and 3B. RGB value is (131,5,59). Sum of RGB (Red+Green+Blue) = 131+5+59=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83053B is #7CFAC4. Grayscale: #303030. Windows color (decimal): -8190661 or 3868035. OLE color: 3868035.

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

Color convert

RGB131559-
CMYK00.960.550.49
HSL334.29º92.65%26.67%-
HSV(B)334.29º96.18%51.37%-
XYZ10.25.254.61-
YUV48.83133.74186.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.18%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=67.18%
G=2.56%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13155900.960.550.49334.2992.6526.67
Hex8353B060373114e5d1b
Octal2035730140676151613533
Binary1000001110111101101100000110111110001101001110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,5,59); }

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

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

 a { background-color: rgb(131,5,59); }

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

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

 span { border-color: rgb(131,5,59); }

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