#680204

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

Shades of Burgundy #680204

Tints of Burgundy #680204

Color information

#680204 (or 0x680204) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 04. RGB value is (104,2,4). Sum of RGB (Red+Green+Blue) = 104+2+4=110 (14% of max value = 765). Red value is 104 (41.02% from 255 or 94.55% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 104 - color contains mainly: red. Hex color #680204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680204 is #97FDFB. Grayscale: #202020. Windows color (decimal): -9960956 or 262760. OLE color: 262760.

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

Color convert

RGB10424-
CMYK00.980.960.59
HSL358.82º96.23%20.78%-
HSV(B)358.82º98.08%40.78%-
XYZ5.7530.39-
YUV32.73111.79178.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 94.55%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=94.55%
G=1.82%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042400.980.960.59358.8296.2320.78
Hex6824062603B1676015
Octal1502401421407354714025
Binary110100010100011000101100000111011101100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680204; }

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

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

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

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

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

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

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

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