#680208

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

Shades of Burgundy #680208

Tints of Burgundy #680208

Color information

#680208 (or 0x680208) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 08. RGB value is (104,2,8). Sum of RGB (Red+Green+Blue) = 104+2+8=114 (15% of max value = 765). Red value is 104 (41.02% from 255 or 91.23% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 104 - color contains mainly: red. Hex color #680208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680208 is #97FDF7. Grayscale: #212121. Windows color (decimal): -9960952 or 524904. OLE color: 524904.

HSL color Cylindrical-coordinate representation of color #680208: hue angle of 356.47º 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 #680208 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB10428-
CMYK00.980.920.59
HSL356.47º96.23%20.78%-
HSV(B)356.47º98.08%40.78%-
XYZ5.7730.51-
YUV33.18113.79178.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 91.23%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=91.23%
G=1.75%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042800.980.920.59356.4796.2320.78
Hex68280625C3B1646015
Octal15021001421347354414025
Binary1101000101000011000101011100111011101100100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680208; }

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

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

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

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

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

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

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

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