#830518

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

Shades of Burgundy #830518

Tints of Burgundy #830518

Color information

#830518 (or 0x830518) is unknown color: approx Burgundy. HEX triplet: 83, 05 and 18. RGB value is (131,5,24). Sum of RGB (Red+Green+Blue) = 131+5+24=160 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 131 - color contains mainly: red. Hex color #830518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830518 is #7CFAE7. Grayscale: #2C2C2C. Windows color (decimal): -8190696 or 1574275. OLE color: 1574275.

HSL color Cylindrical-coordinate representation of color #830518: hue angle of 350.95º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830518 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB131524-
CMYK00.960.820.49
HSL350.95º92.65%26.67%-
HSV(B)350.95º96.18%51.37%-
XYZ9.5851.32-
YUV44.84116.24189.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 81.88%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 24 (9.77% from 255) = 15%
R=81.88%
G=3.12%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13152400.960.820.49350.9592.6526.67
Hex83518060523115f5d1b
Octal20353001401226153713533
Binary1000001110111000011000001010010110001101011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830518; }

 p { color: rgb(131,5,24); }

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

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

 a { background-color: rgb(131,5,24); }

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

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

 span { border-color: rgb(131,5,24); }

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