#680516

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

Shades of Burgundy #680516

Tints of Burgundy #680516

Color information

#680516 (or 0x680516) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 16. RGB value is (104,5,22). Sum of RGB (Red+Green+Blue) = 104+5+22=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680516 is #97FAE9. Grayscale: #242424. Windows color (decimal): -9960170 or 1443176. OLE color: 1443176.

HSL color Cylindrical-coordinate representation of color #680516: hue angle of 349.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680516 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB104522-
CMYK00.950.790.59
HSL349.7º90.83%21.37%-
HSV(B)349.7º95.19%40.78%-
XYZ5.913.111.05-
YUV36.54119.8176.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 79.39%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=79.39%
G=3.82%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10452200.950.790.59349.790.8321.37
Hex6851605F4F3B15e5b15
Octal15052601371177353613325
Binary110100010110110010111111001111111011101011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680516; }

 p { color: rgb(104,5,22); }

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

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

 a { background-color: rgb(104,5,22); }

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

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

 span { border-color: rgb(104,5,22); }

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