#680318

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

Shades of Burgundy #680318

Tints of Burgundy #680318

Color information

#680318 (or 0x680318) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 18. RGB value is (104,3,24). Sum of RGB (Red+Green+Blue) = 104+3+24=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680318 is #97FCE7. Grayscale: #232323. Windows color (decimal): -9960680 or 1573736. OLE color: 1573736.

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

Color convert

RGB104324-
CMYK00.970.770.59
HSL347.52º94.39%20.98%-
HSV(B)347.52º97.12%40.78%-
XYZ5.913.071.15-
YUV35.59121.46176.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 79.39%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=79.39%
G=2.29%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10432400.970.770.59347.5294.3920.98
Hex683180614D3B15c5e15
Octal15033001411157353413625
Binary11010001111000011000011001101111011101011100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680318; }

 p { color: rgb(104,3,24); }

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

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

 a { background-color: rgb(104,3,24); }

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

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

 span { border-color: rgb(104,3,24); }

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