#680416

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

Shades of Burgundy #680416

Tints of Burgundy #680416

Color information

#680416 (or 0x680416) is unknown color: approx Burgundy. HEX triplet: 68, 04 and 16. RGB value is (104,4,22). Sum of RGB (Red+Green+Blue) = 104+4+22=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680416 is #97FBE9. Grayscale: #232323. Windows color (decimal): -9960426 or 1442920. OLE color: 1442920.

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

Color convert

RGB104422-
CMYK00.960.790.59
HSL349.2º92.59%21.18%-
HSV(B)349.2º96.15%40.78%-
XYZ5.93.091.04-
YUV35.95120.13176.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=80%
G=3.08%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10442200.960.790.59349.292.5921.18
Hex684160604F3B15d5d15
Octal15042601401177353513525
Binary110100010010110011000001001111111011101011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680416; }

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

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

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

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

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

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

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

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