#83073A

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

Shades of Burgundy #83073A

Tints of Burgundy #83073A

Color information

#83073A (or 0x83073A) is unknown color: approx Burgundy. HEX triplet: 83, 07 and 3A. RGB value is (131,7,58). Sum of RGB (Red+Green+Blue) = 131+7+58=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #83073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83073A is #7CF8C5. Grayscale: #313131. Windows color (decimal): -8190150 or 3803011. OLE color: 3803011.

HSL color Cylindrical-coordinate representation of color #83073A: hue angle of 335.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83073A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB131758-
CMYK00.950.560.49
HSL335.32º89.86%27.06%-
HSV(B)335.32º94.66%51.37%-
XYZ10.25.284.49-
YUV49.89132.58185.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.84%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=66.84%
G=3.57%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13175800.950.560.49335.3289.8627.06
Hex8373A05F383114f5a1b
Octal2037720137706151713233
Binary1000001111111101001011111111000110001101001111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83073A; }

 p { color: rgb(131,7,58); }

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

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

 a { background-color: rgb(131,7,58); }

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

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

 span { border-color: rgb(131,7,58); }

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