#83112E

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

Shades of Burgundy #83112E

Tints of Burgundy #83112E

Color information

#83112E (or 0x83112E) is unknown color: approx Burgundy. HEX triplet: 83, 11 and 2E. RGB value is (131,17,46). Sum of RGB (Red+Green+Blue) = 131+17+46=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83112E is #7CEED1. Grayscale: #363636. Windows color (decimal): -8187602 or 3019139. OLE color: 3019139.

HSL color Cylindrical-coordinate representation of color #83112E: hue angle of 344.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83112E is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1311746-
CMYK00.870.650.49
HSL344.74º77.03%29.02%-
HSV(B)344.74º87.02%51.37%-
XYZ10.055.423.1-
YUV54.39123.27182.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.53%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=67.53%
G=8.76%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131174600.870.650.49344.7477.0329.02
Hex83112E05741311594d1d
Octal203215601271016153111535
Binary1000001110001101110010101111000001110001101011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83112E; }

 p { color: rgb(131,17,46); }

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

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

 a { background-color: rgb(131,17,46); }

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

<style>
 span { border-color: #83112E; }

 span { border-color: rgb(131,17,46); }

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