#680218

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

Shades of Burgundy #680218

Tints of Burgundy #680218

Color information

#680218 (or 0x680218) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 18. RGB value is (104,2,24). Sum of RGB (Red+Green+Blue) = 104+2+24=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680218 is #97FDE7. Grayscale: #232323. Windows color (decimal): -9960936 or 1573480. OLE color: 1573480.

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

Color convert

RGB104224-
CMYK00.980.770.59
HSL347.06º96.23%20.78%-
HSV(B)347.06º98.08%40.78%-
XYZ5.93.051.14-
YUV35.01121.79177.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=80%
G=1.54%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10422400.980.770.59347.0696.2320.78
Hex682180624D3B15b6015
Octal15023001421157353314025
Binary11010001011000011000101001101111011101011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680218; }

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

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

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

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

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

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

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

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