#680626

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

Shades of Burgundy #680626

Tints of Burgundy #680626

Color information

#680626 (or 0x680626) is unknown color: approx Burgundy. HEX triplet: 68, 06 and 26. RGB value is (104,6,38). Sum of RGB (Red+Green+Blue) = 104+6+38=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #680626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680626 is #97F9D9. Grayscale: #262626. Windows color (decimal): -9959898 or 2492008. OLE color: 2492008.

HSL color Cylindrical-coordinate representation of color #680626: hue angle of 340.41º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680626 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB104638-
CMYK00.940.630.59
HSL340.41º89.09%21.57%-
HSV(B)340.41º94.23%40.78%-
XYZ6.123.212.13-
YUV38.95127.47174.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.27%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=70.27%
G=4.05%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10463800.940.630.59340.4189.0921.57
Hex6862605E3F3B1545916
Octal1506460136777352413126
Binary110100011010011001011110111111111011101010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680626; }

 p { color: rgb(104,6,38); }

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

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

 a { background-color: rgb(104,6,38); }

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

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

 span { border-color: rgb(104,6,38); }

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