#83001A

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

Shades of Burgundy #83001A

Tints of Burgundy #83001A

Color information

#83001A (or 0x83001A) is unknown color: approx Burgundy. HEX triplet: 83, 00 and 1A. RGB value is (131,0,26). Sum of RGB (Red+Green+Blue) = 131+0+26=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #83001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83001A is #7CFFE5. Grayscale: #2A2A2A. Windows color (decimal): -8191974 or 1704067. OLE color: 1704067.

HSL color Cylindrical-coordinate representation of color #83001A: hue angle of 348.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83001A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB131026-
CMYK010.800.49
HSL348.09º100%25.69%-
HSV(B)348.09º100%51.37%-
XYZ9.554.91.42-
YUV42.13118.9191.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 83.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=83.44%
G=0%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131026010.800.49348.0910025.69
Hex8301A064503115c641a
Octal20303201441206153414432
Binary10000011011010011001001010000110001101011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83001A; }

 p { color: rgb(131,0,26); }

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

<style>
 a { background-color: #83001A; }

 a { background-color: rgb(131,0,26); }

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

<style>
 span { border-color: #83001A; }

 span { border-color: rgb(131,0,26); }

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