#830D16

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

Shades of Burgundy #830D16

Tints of Burgundy #830D16

Color information

#830D16 (or 0x830D16) is unknown color: approx Burgundy. HEX triplet: 83, 0D and 16. RGB value is (131,13,22). Sum of RGB (Red+Green+Blue) = 131+13+22=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #830D16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830D16 is #7CF2E9. Grayscale: #313131. Windows color (decimal): -8188650 or 1445251. OLE color: 1445251.

HSL color Cylindrical-coordinate representation of color #830D16: hue angle of 355.42º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830D16 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1311322-
CMYK00.900.830.49
HSL355.42º81.94%28.24%-
HSV(B)355.42º90.08%51.37%-
XYZ9.655.171.25-
YUV49.31112.59186.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 78.92%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=78.92%
G=7.83%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131132200.900.830.49355.4281.9428.24
Hex83D1605A5331163521c
Octal203152601321236154312234
Binary10000011110110110010110101010011110001101100011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830D16; }

 p { color: rgb(131,13,22); }

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

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

 a { background-color: rgb(131,13,22); }

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

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

 span { border-color: rgb(131,13,22); }

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