#680104

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

Shades of Burgundy #680104

Tints of Burgundy #680104

Color information

#680104 (or 0x680104) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 04. RGB value is (104,1,4). Sum of RGB (Red+Green+Blue) = 104+1+4=109 (14% of max value = 765). Red value is 104 (41.02% from 255 or 95.41% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 104 - color contains mainly: red. Hex color #680104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680104 is #97FEFB. Grayscale: #202020. Windows color (decimal): -9961212 or 262504. OLE color: 262504.

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

Color convert

RGB10414-
CMYK00.990.960.59
HSL358.25º98.1%20.59%-
HSV(B)358.25º99.04%40.78%-
XYZ5.742.970.39-
YUV32.14112.12179.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 95.41%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=95.41%
G=0.92%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041400.990.960.59358.2598.120.59
Hex6814063603B1666215
Octal1501401431407354614225
Binary11010001100011000111100000111011101100110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680104; }

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

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

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

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

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

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

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

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