#680217

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

Shades of Burgundy #680217

Tints of Burgundy #680217

Color information

#680217 (or 0x680217) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 17. RGB value is (104,2,23). Sum of RGB (Red+Green+Blue) = 104+2+23=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680217 is #97FDE8. Grayscale: #222222. Windows color (decimal): -9960937 or 1507944. OLE color: 1507944.

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

Color convert

RGB104223-
CMYK00.980.780.59
HSL347.65º96.23%20.78%-
HSV(B)347.65º98.08%40.78%-
XYZ5.893.051.09-
YUV34.89121.29177.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80.62%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=80.62%
G=1.55%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10422300.980.780.59347.6596.2320.78
Hex682170624E3B15c6015
Octal15022701421167353414025
Binary11010001010111011000101001110111011101011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680217; }

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

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

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

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

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

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

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

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