#83083a

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

Shades of Burgundy #83083A

Tints of Burgundy #83083A

Color information

#83083A (or 0x83083A) is unknown color: approx Burgundy. HEX triplet: 83, 08 and 3A. RGB value is (131,8,58). Sum of RGB (Red+Green+Blue) = 131+8+58=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83083A is #7CF7C5. Grayscale: #323232. Windows color (decimal): -8189894 or 3803267. OLE color: 3803267.

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

Color convert

RGB131858-
CMYK00.940.560.49
HSL335.61º88.49%27.25%-
HSV(B)335.61º93.89%51.37%-
XYZ10.215.34.49-
YUV50.48132.25185.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.50%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=66.50%
G=4.06%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13185800.940.560.49335.6188.4927.25
Hex8383A05E3831150581b
Octal20310720136706152013033
Binary10000011100011101001011110111000110001101010000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83083a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83083a; }

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

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

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

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

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

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

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

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