#83022D

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

Shades of Burgundy #83022D

Tints of Burgundy #83022D

Color information

#83022D (or 0x83022D) is unknown color: approx Burgundy. HEX triplet: 83, 02 and 2D. RGB value is (131,2,45). Sum of RGB (Red+Green+Blue) = 131+2+45=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83022D is #7CFDD2. Grayscale: #2D2D2D. Windows color (decimal): -8191443 or 2949763. OLE color: 2949763.

HSL color Cylindrical-coordinate representation of color #83022D: hue angle of 340º 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 #83022D is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB131245-
CMYK00.980.660.49
HSL340º96.99%26.08%-
HSV(B)340º98.47%51.37%-
XYZ9.865.062.94-
YUV45.47127.74189-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.60%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=73.60%
G=1.12%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13124500.980.660.4934096.9926.08
Hex8322D0624231154611a
Octal20325501421026152414132
Binary1000001110101101011000101000010110001101010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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