#830517

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

Shades of Burgundy #830517

Tints of Burgundy #830517

Color information

#830517 (or 0x830517) is unknown color: approx Burgundy. HEX triplet: 83, 05 and 17. RGB value is (131,5,23). Sum of RGB (Red+Green+Blue) = 131+5+23=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830517 is #7CFAE8. Grayscale: #2C2C2C. Windows color (decimal): -8190697 or 1508739. OLE color: 1508739.

HSL color Cylindrical-coordinate representation of color #830517: hue angle of 351.43º 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 #830517 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB131523-
CMYK00.960.820.49
HSL351.43º92.65%26.67%-
HSV(B)351.43º96.18%51.37%-
XYZ9.5751.27-
YUV44.73115.74189.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 82.39%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=82.39%
G=3.14%
B=14.47%

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
Decimal13152300.960.820.49351.4392.6526.67
Hex83517060523115f5d1b
Octal20352701401226153713533
Binary1000001110110111011000001010010110001101011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830517; }

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

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

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

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

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

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

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

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