#830616

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

Shades of Burgundy #830616

Tints of Burgundy #830616

Color information

#830616 (or 0x830616) is unknown color: approx Burgundy. HEX triplet: 83, 06 and 16. RGB value is (131,6,22). Sum of RGB (Red+Green+Blue) = 131+6+22=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830616 is #7CF9E9. Grayscale: #2D2D2D. Windows color (decimal): -8190442 or 1443459. OLE color: 1443459.

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

Color convert

RGB131622-
CMYK00.950.830.49
HSL352.32º91.24%26.86%-
HSV(B)352.32º95.42%51.37%-
XYZ9.575.011.22-
YUV45.2114.91189.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 82.39%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=82.39%
G=3.77%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13162200.950.830.49352.3291.2426.86
Hex8361605F53311605b1b
Octal20362601371236154013333
Binary1000001111010110010111111010011110001101100000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830616; }

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

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

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

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

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

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

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

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