#83121C

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

Shades of Burgundy #83121C

Tints of Burgundy #83121C

Color information

#83121C (or 0x83121C) is unknown color: approx Burgundy. HEX triplet: 83, 12 and 1C. RGB value is (131,18,28). Sum of RGB (Red+Green+Blue) = 131+18+28=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83121C is #7CEDE3. Grayscale: #343434. Windows color (decimal): -8187364 or 1839747. OLE color: 1839747.

HSL color Cylindrical-coordinate representation of color #83121C: hue angle of 354.69º 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 #83121C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1311828-
CMYK00.860.790.49
HSL354.69º75.84%29.22%-
HSV(B)354.69º86.26%51.37%-
XYZ9.795.341.61-
YUV52.93113.94183.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.01%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=74.01%
G=10.17%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131182800.860.790.49354.6975.8429.22
Hex83121C0564F311634c1d
Octal203223401261176154311435
Binary100000111001011100010101101001111110001101100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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