#83131C

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

Shades of Burgundy #83131C

Tints of Burgundy #83131C

Color information

#83131C (or 0x83131C) is unknown color: approx Burgundy. HEX triplet: 83, 13 and 1C. RGB value is (131,19,28). Sum of RGB (Red+Green+Blue) = 131+19+28=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83131C is #7CECE3. Grayscale: #353535. Windows color (decimal): -8187108 or 1840003. OLE color: 1840003.

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

Color convert

RGB1311928-
CMYK00.850.790.49
HSL355.18º74.67%29.41%-
HSV(B)355.18º85.5%51.37%-
XYZ9.85.371.62-
YUV53.51113.61183.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.60%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=73.60%
G=10.67%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131192800.850.790.49355.1874.6729.41
Hex83131C0554F311634b1d
Octal203233401251176154311335
Binary100000111001111100010101011001111110001101100011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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