#83022E

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

Shades of Burgundy #83022E

Tints of Burgundy #83022E

Color information

#83022E (or 0x83022E) is unknown color: approx Burgundy. HEX triplet: 83, 02 and 2E. RGB value is (131,2,46). Sum of RGB (Red+Green+Blue) = 131+2+46=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83022E is #7CFDD1. Grayscale: #2D2D2D. Windows color (decimal): -8191442 or 3015299. OLE color: 3015299.

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

Color convert

RGB131246-
CMYK00.980.650.49
HSL339.53º96.99%26.08%-
HSV(B)339.53º98.47%51.37%-
XYZ9.875.073.04-
YUV45.59128.24188.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.18%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=73.18%
G=1.12%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13124600.980.650.49339.5396.9926.08
Hex8322E0624131154611a
Octal20325601421016152414132
Binary1000001110101110011000101000001110001101010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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