#680220

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

Shades of Burgundy #680220

Tints of Burgundy #680220

Color information

#680220 (or 0x680220) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 20. RGB value is (104,2,32). Sum of RGB (Red+Green+Blue) = 104+2+32=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680220 is #97FDDF. Grayscale: #232323. Windows color (decimal): -9960928 or 2097768. OLE color: 2097768.

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

Color convert

RGB104232-
CMYK00.980.690.59
HSL342.35º96.23%20.78%-
HSV(B)342.35º98.08%40.78%-
XYZ5.993.091.65-
YUV35.92125.79176.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=75.36%
G=1.45%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10423200.980.690.59342.3596.2320.78
Hex68220062453B1566015
Octal15024001421057352614025
Binary110100010100000011000101000101111011101010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680220; }

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

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

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

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

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

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

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

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