#680528

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

Shades of Burgundy #680528

Tints of Burgundy #680528

Color information

#680528 (or 0x680528) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 28. RGB value is (104,5,40). Sum of RGB (Red+Green+Blue) = 104+5+40=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680528 is #97FAD7. Grayscale: #262626. Windows color (decimal): -9960152 or 2622824. OLE color: 2622824.

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

Color convert

RGB104540-
CMYK00.950.620.59
HSL338.79º90.83%21.37%-
HSV(B)338.79º95.19%40.78%-
XYZ6.153.22.3-
YUV38.59128.8174.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=69.80%
G=3.36%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454000.950.620.59338.7990.8321.37
Hex6852805F3E3B1535b15
Octal1505500137767352313325
Binary110100010110100001011111111110111011101010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680528; }

 p { color: rgb(104,5,40); }

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

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

 a { background-color: rgb(104,5,40); }

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

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

 span { border-color: rgb(104,5,40); }

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