#83122C

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

Shades of Burgundy #83122C

Tints of Burgundy #83122C

Color information

#83122C (or 0x83122C) is unknown color: approx Burgundy. HEX triplet: 83, 12 and 2C. RGB value is (131,18,44). Sum of RGB (Red+Green+Blue) = 131+18+44=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83122C is #7CEDD3. Grayscale: #363636. Windows color (decimal): -8187348 or 2888323. OLE color: 2888323.

HSL color Cylindrical-coordinate representation of color #83122C: hue angle of 346.19º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83122C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1311844-
CMYK00.860.660.49
HSL346.19º75.84%29.22%-
HSV(B)346.19º86.26%51.37%-
XYZ10.035.442.9-
YUV54.75121.94182.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.88%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=67.88%
G=9.33%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131184400.860.660.49346.1975.8429.22
Hex83122C056423115a4c1d
Octal203225401261026153211435
Binary1000001110010101100010101101000010110001101011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83122C; }

 p { color: rgb(131,18,44); }

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

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

 a { background-color: rgb(131,18,44); }

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

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

 span { border-color: rgb(131,18,44); }

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